diff --git a/components/upload/ActionButtons.tsx b/components/upload/ActionButtons.tsx index 3accbde..fed04be 100644 --- a/components/upload/ActionButtons.tsx +++ b/components/upload/ActionButtons.tsx @@ -1,3 +1,5 @@ +import { SpinnerIcon } from '@/components/ui/icons' + interface ActionButtonsProps { isUploading: boolean isChecking: boolean @@ -41,17 +43,24 @@ export default function ActionButtons({ )} - {isBusy && ( - - )} + {isBusy && ( + + )} {(allDone || hasErrors) && !isBusy && (