diff --git a/src/app/store/states/app.state.ts b/src/app/store/states/app.state.ts index d573d071c..63059f25e 100644 --- a/src/app/store/states/app.state.ts +++ b/src/app/store/states/app.state.ts @@ -68,7 +68,7 @@ export const INITIAL_APP_STATE: AppState = { infoDrawerOpened: false, documentDisplayMode: 'list', repository: { - isQuickShareEnabled: false + isQuickShareEnabled: true } };