show loader on export

This commit is contained in:
hackerESQ
2024-09-18 20:03:26 -05:00
parent 5bb601f869
commit 0748ff012d
@@ -26,7 +26,7 @@ new class extends Component {
}; ?>
<div>
<x-button type="submit" @click="$wire.export">
<x-button type="submit" @click="$wire.export" spinner="export">
{{ __('Download Export') }}
</x-button>
</div>