Skip to content

Commit 0baf87d

Browse files
committed
wip
1 parent d84b15a commit 0baf87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/crud/components/dataform/form_content.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<input type="hidden" name="_http_referrer" value="{{ old('_http_referrer') ?? \URL::previous() ?? url($crud->route) }}">
2-
<input type="hidden" name="_modal_form_id" value="{{ $id ?? 'crudForm' }}">
2+
<input type="hidden" name="_modal_form_id" value="{{ $formId ?? 'crudForm' }}">
33

44
{{-- See if we're using tabs --}}
55
@if ($crud->tabsEnabled() && count($crud->getTabs()))

0 commit comments

Comments
 (0)