Skip to content

Commit

Permalink
Update fill-forms.blade.php
Browse files Browse the repository at this point in the history
fix livewire max execution time issue
  • Loading branch information
brkfun authored Mar 1, 2024
1 parent 838a459 commit 9fadfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/themes/zeus/bolt/fill-forms.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class="bg-white rounded-full shadow-md shadow-custom-100 sm:w-24 object-cover"
@if($sent)
@include($boltTheme.'.submitted')
@else
<x-filament-panels::form wire:submit.prevent="store" class="@if(!$inline) mx-2 @endif">
<x-filament-panels::form wire:submit.prevent="store" :class="!$inline ? 'mx-2' : ''">
@if(!$inline)
{{ \LaraZeus\Bolt\Facades\Bolt::renderHookBlade('zeus-form.before') }}
@endif
Expand Down

0 comments on commit 9fadfa4

Please sign in to comment.