fix bug
This commit is contained in:
parent
0fc8445425
commit
98249942d5
2 changed files with 4 additions and 4 deletions
|
|
@ -90,7 +90,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
default: [] as {
|
||||
name: string;
|
||||
id: string;
|
||||
place: string;
|
||||
place: string | null;
|
||||
data: Record<string, any>;
|
||||
}[]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue