Integrate wallet IFrame for payments #42
@ -47,6 +47,11 @@ export const ChangeStateToProductionDialog = ({
|
||||
handleCancel={handleCancel}
|
||||
open={open}
|
||||
handleConfirm={handleConfirm}
|
||||
confirmButtonTitle={
|
||||
isConfirmButtonLoading
|
||||
? 'Redeploying'
|
||||
: 'Redeploy'
|
||||
}
|
||||
confirmButtonProps={{
|
||||
disabled: isConfirmButtonLoading,
|
||||
rightIcon: isConfirmButtonLoading ? (
|
||||
|
Loading…
Reference in New Issue
Block a user