We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f38405 commit bd1a770Copy full SHA for bd1a770
superset-frontend/src/hooks/useUnsavedChangesPrompt/index.ts
@@ -41,6 +41,7 @@ export const useUnsavedChangesPrompt = ({
41
const manualSaveRef = useRef(false); // Track if save was user-initiated (not via navigation)
42
43
const handleConfirmNavigation = useCallback(() => {
44
+ setShowModal(false);
45
confirmNavigationRef.current?.();
46
}, []);
47
0 commit comments