feat(common): add onCancel callback in the confirmation modal
This commit is contained in:
@@ -22,6 +22,7 @@ const handleActivateA = () => {
|
||||
};
|
||||
|
||||
const handleActivateB = () => {
|
||||
confirmationModal.onCancel?.();
|
||||
confirmationModal.close();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user