Add missing timeout ref

This commit is contained in:
Trevor Buckner
2026-09-09 21:21:00 +00:00
parent 67728afd4f
commit 76541cd836
2 changed files with 2 additions and 1 deletions
@@ -65,6 +65,7 @@ const HomePage =(props)=>{
const editorRef = useRef(null);
const lastSavedBrew = useRef(_.cloneDeep(props.brew));
const warnUnsavedTimeout = useRef(null);
const unsavedChangesRef = useRef(unsavedChanges);
const {