mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-26 15:42:57 +00:00
Add missing timeout ref
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user