diff --git a/frontend/src/lib/components/S3FilePickerInner.svelte b/frontend/src/lib/components/S3FilePickerInner.svelte index 74b85bd327..9968c23180 100644 --- a/frontend/src/lib/components/S3FilePickerInner.svelte +++ b/frontend/src/lib/components/S3FilePickerInner.svelte @@ -592,10 +592,18 @@ {/if} - {#if fileListLoading === false && displayedFileKeys.length === 0} -
- No files in the workspace S3 bucket at that prefix -
+ {#if displayedFileKeys.length === 0} + {#if fileListLoading} +
+
+ Loading content +
+
+ {:else} +
+ No files in the workspace S3 bucket at that prefix +
+ {/if} {:else}