From 7e8aa185abec1000ed6f056b724f3792749b56d7 Mon Sep 17 00:00:00 2001 From: SajjadMahmoody <117562560+SajjadMahmoody@users.noreply.github.com> Date: Fri, 17 Apr 2026 21:49:42 +0330 Subject: [PATCH] fix : disabled in sync page --- resources/views/filament/pages/sync-page.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/filament/pages/sync-page.blade.php b/resources/views/filament/pages/sync-page.blade.php index 8835ad0..657ca67 100644 --- a/resources/views/filament/pages/sync-page.blade.php +++ b/resources/views/filament/pages/sync-page.blade.php @@ -156,7 +156,7 @@ class="bg-amber-500 h-2 rounded-full transition-all" wire:target="startImport" color="warning" icon="heroicon-o-arrow-up-tray" - :disabled="$importing" + :disabled="$this->importing" x-bind:disabled="!uploaded || uploading" >