Browse Source

devices -> app

Co-authored-by: Copilot <[email protected]>
pull/860/head
Jeremy Gallant 9 months ago
committed by GitHub
parent
commit
874b9cad4e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      packages/web/src/core/stores/appStore/index.ts

2
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

Loading…
Cancel
Save