Update redeploy button UI
This commit is contained in:
@@ -47,6 +47,11 @@ export const ChangeStateToProductionDialog = ({
|
||||
handleCancel={handleCancel}
|
||||
open={open}
|
||||
handleConfirm={handleConfirm}
|
||||
confirmButtonTitle={
|
||||
isConfirmButtonLoading
|
||||
? 'Redeploying'
|
||||
: 'Redeploy'
|
||||
}
|
||||
confirmButtonProps={{
|
||||
disabled: isConfirmButtonLoading,
|
||||
rightIcon: isConfirmButtonLoading ? (
|
||||
|
||||
Reference in New Issue
Block a user