We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42c2665 + 28f785e commit 013b291Copy full SHA for 013b291
src/Livewire/CustomFieldsForm.php
@@ -32,7 +32,7 @@ public function mount(): void
32
33
$this->customFields = config('filament-edit-profile.custom_fields');
34
35
- $this->form->fill(json_decode($data['custom_fields'], true) ?? []);
+ $this->form->fill($data['custom_fields'] ?? []);
36
}
37
38
public function form(Form $form): Form
0 commit comments