Fix deploy button text
This commit is contained in:
parent
8fd140da43
commit
67e5baf8ff
@ -223,6 +223,7 @@ const Configure = () => {
|
|||||||
variant: 'error',
|
variant: 'error',
|
||||||
onDismiss: dismiss,
|
onDismiss: dismiss,
|
||||||
});
|
});
|
||||||
|
setIsFrameVisible(false);
|
||||||
throw new Error('Transaction rejected');
|
throw new Error('Transaction rejected');
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -240,6 +241,7 @@ const Configure = () => {
|
|||||||
variant: 'success',
|
variant: 'success',
|
||||||
onDismiss: dismiss,
|
onDismiss: dismiss,
|
||||||
});
|
});
|
||||||
|
setIsPaymentDone(true);
|
||||||
} else {
|
} else {
|
||||||
toast({
|
toast({
|
||||||
id: 'invalid-tx-hash',
|
id: 'invalid-tx-hash',
|
||||||
@ -603,7 +605,8 @@ const Configure = () => {
|
|||||||
: 'Pay and Deploy'
|
: 'Pay and Deploy'
|
||||||
: isLoading
|
: isLoading
|
||||||
? 'Deploying'
|
? 'Deploying'
|
||||||
: 'Deploy'}
|
: 'Deploy'
|
||||||
|
}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user