fix : disabled in sync page
This commit is contained in:
parent
63359a2c15
commit
7e8aa185ab
|
|
@ -156,7 +156,7 @@ class="bg-amber-500 h-2 rounded-full transition-all"
|
||||||
wire:target="startImport"
|
wire:target="startImport"
|
||||||
color="warning"
|
color="warning"
|
||||||
icon="heroicon-o-arrow-up-tray"
|
icon="heroicon-o-arrow-up-tray"
|
||||||
:disabled="$importing"
|
:disabled="$this->importing"
|
||||||
x-bind:disabled="!uploaded || uploading"
|
x-bind:disabled="!uploaded || uploading"
|
||||||
>
|
>
|
||||||
<span wire:loading.remove wire:target="startImport">
|
<span wire:loading.remove wire:target="startImport">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue