From 0d4795bfa86d5b40038fb75fbc9284f8d83c1581 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Fri, 5 Oct 2018 19:48:56 +0100 Subject: [PATCH] [ACA-1857] enable share by default (#692) --- src/app/store/states/app.state.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } };