fix: preserve share store in application context
This commit is contained in:
@@ -33,6 +33,9 @@ function assembleContext({
|
|||||||
// State managers
|
// State managers
|
||||||
servicesStateManager,
|
servicesStateManager,
|
||||||
configStateManager,
|
configStateManager,
|
||||||
|
|
||||||
|
// DC-053 share store
|
||||||
|
shareStore,
|
||||||
|
|
||||||
// Managers
|
// Managers
|
||||||
credentialManager,
|
credentialManager,
|
||||||
@@ -191,6 +194,9 @@ function assembleContext({
|
|||||||
// State managers
|
// State managers
|
||||||
servicesStateManager,
|
servicesStateManager,
|
||||||
configStateManager,
|
configStateManager,
|
||||||
|
|
||||||
|
// DC-053 share store
|
||||||
|
shareStore,
|
||||||
|
|
||||||
// Managers
|
// Managers
|
||||||
credentialManager,
|
credentialManager,
|
||||||
|
|||||||
Reference in New Issue
Block a user