chore: added primary variant to the alert modal (#4664)

This commit is contained in:
Aaryan Khandelwal 2024-05-31 17:40:21 +05:30 committed by GitHub
parent 830f0861c1
commit 608e193c36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 23 additions and 20 deletions

View file

@ -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={