Fix errors

This commit is contained in:
KMY 2023-04-06 17:13:29 +09:00
parent 6042ef7008
commit 30379e75d4
7 changed files with 11 additions and 4 deletions

View file

@ -83,7 +83,7 @@ const initialState = ImmutableMap({
suggestion_token: null,
suggestions: ImmutableList(),
default_privacy: 'public',
default_searchability: 'public',
default_searchability: 'private',
default_sensitive: false,
default_language: 'en',
resetFileKey: Math.floor((Math.random() * 0x10000)),