FIX: sync changes of the localstorage in the left drawer
This is a bit of a HACK. going a bit "against" React philosophy.
This commit is contained in:
@@ -10,6 +10,7 @@ interface LeftDrawerProps {
|
||||
newModel: () => void;
|
||||
setModel: (key: string) => void;
|
||||
onDelete: (uuid: string) => void;
|
||||
localStorageId: number;
|
||||
}
|
||||
|
||||
function LeftDrawer({
|
||||
|
||||
Reference in New Issue
Block a user