We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d4f42 commit 1f796b9Copy full SHA for 1f796b9
resources/views/components/forms/components/page-builder.blade.php
@@ -30,15 +30,9 @@
30
31
$key = $getKey();
32
$statePath = $getStatePath();
33
-
34
- $errors ??= new ViewErrorBag;
35
36
- if (!$errors->hasBag('default')) {
37
- $errors->put('default', new MessageBag);
38
- }
39
@endphp
40
41
-<x-dynamic-component :component="$getFieldWrapperView()" :field="$field" :errors="$errors">
+<x-dynamic-component :component="$getFieldWrapperView()" :field="$field">
42
<div
43
x-data="{}"
44
{{
0 commit comments