File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1212 emailTo: '{{ urlencode ($emailTo )} } ',
1313 });
1414
15- $.get(baseUrl + '?' + params.toString() + '& ' + $.param(oTable.ajax.params()))
16- .then(function(exportId) {
15+ $.get(baseUrl + '?' + params.toString() + '& ' + $.param(oTable.ajax.params())).then(function(exportId) {
1716 $wire.export(exportId)
1817 }).catch(function(error) {
1918 $wire.exportFinished = true;
@@ -35,7 +34,7 @@ class="{{ $class }}"
3534 @endif
3635
3736 @if ($exporting && ! $exportFinished )
38- <div class =" d-inline" wire:poll.10s =" updateExportProgress" >Exporting...please wait.</div >
37+ <div class =" d-inline" wire:poll =" updateExportProgress" >Exporting...please wait.</div >
3938 @endif
4039
4140 @if ($exportFinished && ! $exportFailed && ! $autoDownload )
You can’t perform that action at this time.
0 commit comments