From e0890a72b559946b4d1c256d0412f375403f95af Mon Sep 17 00:00:00 2001 From: IshaVenikar Date: Mon, 11 Nov 2024 14:28:25 +0530 Subject: [PATCH] Update redeploy button UI --- .../projects/Dialog/ChangeStateToProductionDialog.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/frontend/src/components/projects/Dialog/ChangeStateToProductionDialog.tsx b/packages/frontend/src/components/projects/Dialog/ChangeStateToProductionDialog.tsx index efb9c2fa..be68a445 100644 --- a/packages/frontend/src/components/projects/Dialog/ChangeStateToProductionDialog.tsx +++ b/packages/frontend/src/components/projects/Dialog/ChangeStateToProductionDialog.tsx @@ -47,6 +47,11 @@ export const ChangeStateToProductionDialog = ({ handleCancel={handleCancel} open={open} handleConfirm={handleConfirm} + confirmButtonTitle={ + isConfirmButtonLoading + ? 'Redeploying' + : 'Redeploy' + } confirmButtonProps={{ disabled: isConfirmButtonLoading, rightIcon: isConfirmButtonLoading ? (