diff --git a/web/src/components/file-list.tsx b/web/src/components/file-list.tsx index 55b3c33..3257334 100644 --- a/web/src/components/file-list.tsx +++ b/web/src/components/file-list.tsx @@ -196,7 +196,16 @@ export function FileList({ accountId, chatId }: FileListProps) { /> ))} -
+
+ {isLoading && ( +
+ +
+ )} +
); }