mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-25 11:32:58 +00:00
Add missing lastSavedTime state
This commit is contained in:
@@ -60,6 +60,7 @@ const HomePage =(props)=>{
|
||||
const [themeBundle, setThemeBundle] = useState({});
|
||||
const [unsavedChanges, setUnsavedChanges] = useState(false);
|
||||
const [isSaving, setIsSaving] = useState(false);
|
||||
const [lastSavedTime, setLastSavedTime] = useState(new Date());
|
||||
const [autoSaveEnabled, setAutoSaveEnabled] = useState(false);
|
||||
const [warnUnsavedChanges, setWarnUnsavedChanges] = useState(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user