Jeremy Gallant
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/web/src/core/stores/appStore/index.ts
|
|
|
@ -110,7 +110,7 @@ const persistOptions: PersistOptions<AppState, AppData> = { |
|
|
|
// Add persist middleware on the store if the feature flag is enabled
|
|
|
|
const persistApps = featureFlags.get("persistApp"); |
|
|
|
console.debug( |
|
|
|
`AppStore: Persisting devices is ${persistApps ? "enabled" : "disabled"}`, |
|
|
|
`AppStore: Persisting app is ${persistApps ? "enabled" : "disabled"}`, |
|
|
|
); |
|
|
|
|
|
|
|
export const useAppStore = persistApps |
|
|
|
|