diff --git a/specifyweb/frontend/js_src/lib/components/WorkBench/hooks.ts b/specifyweb/frontend/js_src/lib/components/WorkBench/hooks.ts index 2a5b7e328ba..953bff108d1 100644 --- a/specifyweb/frontend/js_src/lib/components/WorkBench/hooks.ts +++ b/specifyweb/frontend/js_src/lib/components/WorkBench/hooks.ts @@ -195,7 +195,7 @@ export function useHotHooks({ 'UndoRedo.undo', 'UndoRedo.redo', ].includes(source) || - workbench.hot !== undefined || + workbench.hot === undefined || unfilteredChanges === null ) return;