Merge pull request #2228 from mohdfaizdev/2225

Fixed issue 2225
This commit is contained in:
Jitendra Singh 2020-02-03 13:51:20 +05:30 committed by GitHub
commit d6fd342341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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">