This commit is contained in:
syuilo 2021-07-13 23:30:20 +09:00
parent cc89b21901
commit a3959233d5

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',