Correctly save frontend state

This commit is contained in:
space-nuko
2023-04-07 16:14:05 -05:00
parent d5a85277b7
commit 451e48352b
2 changed files with 29 additions and 6 deletions

View File

@@ -30,6 +30,7 @@ export type SerializedPanes = {
}
export type SerializedAppState = {
version: number,
panes: SerializedPanes,
workflow: SerializedLGraph
}