Function: cancelActiveConfirmation()
function cancelActiveConfirmation(): void;
Defined in: src/stores/ui/useConfirmDialogStore.ts:268
Cancels the active confirmation request, if one exists.
Returnsโ
void
Remarksโ
Provides a narrow imperative cleanup boundary for automation, Storybook, and application lifecycle integrations without exposing the underlying Zustand store.