This commit is contained in:
syuilo 2021-07-13 23:30:20 +09:00
parent b59a19c144
commit 1dbe03b210

View file

@ -37,7 +37,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
uploadFolder: {
where: 'account',
default: null
default: null as string | null
},
pastedFileName: {
where: 'account',