Skip to content

Commit

Permalink
Update component-container.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Dec 13, 2023
1 parent 81077f5 commit 4e3c54e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/forms/resources/views/component-container.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
<x-filament::grid
:x-data="$isRoot ? '{}' : null"
:x-on:form-validation-error.window="
$isRoot ? ('
if ($event.detail.livewireId !== ' . Js::from($this->getId()) . ') {
$isRoot ? ('if ($event.detail.livewireId !== ' . Js::from($this->getId()) . ') {
return
}
Expand Down Expand Up @@ -37,8 +36,7 @@
}),
200,
)
})
') : null
})') : null
"
:default="$getColumns('default')"
:sm="$getColumns('sm')"
Expand Down

0 comments on commit 4e3c54e

Please sign in to comment.