We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97c299 commit 586e610Copy full SHA for 586e610
resources/views/resources/pages/create/can-create-record.blade.php
@@ -9,7 +9,7 @@
9
// TODO: RichEditor expects a very specific array structure for its data and Filament tests do not currently support this.
10
// '{{ $key }}' => $record->{{ $key }},
11
@else
12
- '{{ $key }}' => $record->{{ $key }},
+ '{{ $key }}' => $record->{{ $key }},
13
@endif
14
@endforeach
15
])
@@ -22,7 +22,7 @@
22
23
24
25
26
27
28
]);
0 commit comments