feat(common): add onCancel callback in the confirmation modal

This commit is contained in:
2026-01-16 12:08:40 +01:00
parent 2a38ccc2e4
commit c2bc60743c
2 changed files with 4 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ const handleActivateA = () => {
};
const handleActivateB = () => {
confirmationModal.onCancel?.();
confirmationModal.close();
};