diff --git a/resources/views/livewire/project/database/import.blade.php b/resources/views/livewire/project/database/import.blade.php
index cc3032019..bc6f884d7 100644
--- a/resources/views/livewire/project/database/import.blade.php
+++ b/resources/views/livewire/project/database/import.blade.php
@@ -138,25 +138,28 @@
-
-
File found in S3 ({{ formatBytes($s3FileSize ?? 0) }})
-
-
- Download & Prepare for Restore
-
+ @if ($s3FileSize && !$s3DownloadedFile && !$s3DownloadInProgress)
+
+
File found in S3 ({{ formatBytes($s3FileSize ?? 0) }})
+
+
+ Download & Prepare for Restore
+
+
-
+ @endif
-
-
Downloading from S3... This may take a few minutes for large
- backups.
- @if ($s3DownloadInProgress)
+ @if ($s3DownloadInProgress)
+
+
Downloading from S3... This may take a few minutes for large
+ backups.
- @endif
-
+
+ @endif
-
+ @if ($s3DownloadedFile && !$s3DownloadInProgress)
+
File downloaded successfully and ready for restore.
@@ -166,7 +169,8 @@
Cancel
-
+
+ @endif
@endif