Don't warn on exit in reports
This commit is contained in:
parent
4ed8468195
commit
d8076f08fc
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
{!! Former::open()->rules(['start_date' => 'required', 'end_date' => 'required'])->addClass('warn-on-exit') !!}
|
||||
{!! Former::open()->rules(['start_date' => 'required', 'end_date' => 'required']) !!}
|
||||
|
||||
<div style="display:none">
|
||||
{!! Former::text('action') !!}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue