summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/store.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/store.ts b/src/client/store.ts
index 1a3286554d..07ea1868a6 100644
--- a/src/client/store.ts
+++ b/src/client/store.ts
@@ -37,7 +37,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
uploadFolder: {
where: 'account',
- default: null
+ default: null as string | null
},
pastedFileName: {
where: 'account',