feat:finalize background imports

This commit is contained in:
hackerESQ
2024-10-24 18:07:25 -05:00
parent 46531ce4fa
commit 9788070a16
4 changed files with 8 additions and 15 deletions
@@ -123,7 +123,7 @@ new class extends Component {
<x-button wire:click="$toggle('importStatusDialog')"> {{ __('Try again') }} </x-button>
@else
<div wire:poll="checkImportStatus" class="text-gray-400 text-sm">{{ __('Your import will continue in the background.') }}</div>
<div wire:poll="checkImportStatus" class="text-gray-400 text-sm">{{ __('Your import will continue in the background') }}</div>
<x-ib-flex-spacer />
<x-button wire:click="$toggle('importStatusDialog')"> {{ __('Close') }} </x-button>
@endif