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