chore: added primary variant to the alert modal (#4664)
This commit is contained in:
parent
830f0861c1
commit
608e193c36
15 changed files with 23 additions and 20 deletions
|
|
@ -69,7 +69,7 @@ export const DeleteApiTokenModal: FC<Props> = (props) => {
|
|||
<AlertModalCore
|
||||
handleClose={handleClose}
|
||||
handleSubmit={handleDeletion}
|
||||
isDeleting={deleteLoading}
|
||||
isSubmitting={deleteLoading}
|
||||
isOpen={isOpen}
|
||||
title="Delete API token"
|
||||
content={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue