Skip to content

Commit 8ed18a8

Browse files
committed
UP
1 parent 6386b87 commit 8ed18a8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

resources/views/livewire/modals/create-card.blade.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
@props(['config'])
22

3-
<x-filament::modal id="create-card-modal" :heading="__('Create New :recordLabel', ['recordLabel' => $config['recordLabel'] ?? 'Card'])">
4-
<x-filament::modal.description>
5-
{{ __('Add a new :recordLabel to the board', ['recordLabel' => strtolower($config['recordLabel'] ?? 'card')]) }}
6-
</x-filament::modal.description>
3+
<x-filament::modal id="create-card-modal" :heading="__('Create New :recordLabel', ['recordLabel' => $config['recordLabel'] ?? 'Card'])"
4+
:description="__('Add a new :recordLabel to the board', ['recordLabel' => strtolower($config['recordLabel'] ?? 'card')])"
5+
>
76

87
{{ $this->createForm }}
98

0 commit comments

Comments
 (0)