improvement: loading state added to buttons who interact with backend.
This commit is contained in:
@@ -185,7 +185,7 @@ export function LabCaseAttachmentsDialog({
|
||||
variant="outline"
|
||||
size="sm"
|
||||
disabled={downloadingAll}
|
||||
onClick={() => void handleDownloadAll()}
|
||||
onClick={() => handleDownloadAll()}
|
||||
>
|
||||
<Download className="h-4 w-4 me-1.5" />
|
||||
{t('downloadAllAttachments')}
|
||||
|
||||
Reference in New Issue
Block a user