refactor
This commit is contained in:
parent
b59a19c144
commit
1dbe03b210
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
},
|
||||
uploadFolder: {
|
||||
where: 'account',
|
||||
default: null
|
||||
default: null as string | null
|
||||
},
|
||||
pastedFileName: {
|
||||
where: 'account',
|
||||
|
|
Loading…
Reference in a new issue