improvement: loading state added to buttons who interact with backend.
This commit is contained in:
@@ -68,7 +68,7 @@ export function LabCaseShareQrDialog({ open, onClose, shareUrl }: LabCaseShareQr
|
||||
variant="outline"
|
||||
disabled={copying}
|
||||
className="w-full sm:w-auto"
|
||||
onClick={() => void handleCopy()}
|
||||
onClick={() => handleCopy()}
|
||||
>
|
||||
<Copy className="h-4 w-4 me-1.5" />
|
||||
{t('copyShareLink')}
|
||||
|
||||
Reference in New Issue
Block a user