commit
d6fd342341
|
|
@ -1,5 +1,5 @@
|
|||
<script type="text/x-template" id="export-form-template">
|
||||
<form method="POST" action="{{ route('admin.datagrid.export') }}" @submit.prevent="onSubmit">
|
||||
<form method="POST" action="{{ route('admin.datagrid.export', ['locale' => request()->get('locale')]) }}" @submit.prevent="onSubmit">
|
||||
|
||||
<div class="page-content">
|
||||
<div class="form-container">
|
||||
|
|
|
|||
Loading…
Reference in New Issue