Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into fix-formbuilder-events
  • Loading branch information
pascalbaljet authored Mar 20, 2024
commit 93c10563b4768078631fdd0c59530d67c0cfd619
1 change: 1 addition & 0 deletions resources/views/functional/form-builder.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
:restore-on-success="$form->getOption('restore_on_success')"

:preserve-scroll="$form->getOption('preserve_scroll')"
:blob="$form->getOption('blob')"

{{ $attributes->rejectWhenBlank('id')->except('class') }}
>
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.