We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd63e2b commit 8d87a73Copy full SHA for 8d87a73
src/react/ui-elements/DeleteConfirmation.tsx
@@ -41,7 +41,7 @@ const DeleteConfirmation = ({
41
className="delete-confirmation-delete-button"
42
variant="danger"
43
onClick={() => approve()}
44
- icon={(isLoading || loading) && <Loader size="larger" />}
+ isLoading={isLoading}
45
label={isLoading ? 'Deleting...' : 'Delete'}
46
/>
47
</Stack>
0 commit comments