Skip to content

Commit

Permalink
Merge pull request #247 from ironSource/fix/isct-63-menu-state-sessio…
Browse files Browse the repository at this point in the history
…n-var

ISCT-63: rename session key name with "persistent_" prefix
  • Loading branch information
AndyKIron authored Oct 8, 2023
2 parents 3e55876 + dca9240 commit cca6802
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {NavigationPrimaryMenuComponent} from './navigation-primary-menu/navigati
import {NavigationSecondaryMenuComponent} from './navigation-secondary-menu/navigation-secondary-menu.component';
import {StorageService, StorageType} from '@ironsource/fusion-ui/services/stogare';

const MENU_CACHE_KEY = 'fusionMenuCollapsed';
const MENU_CACHE_KEY = 'persistent_fusionMenuCollapsed';

@Component({
selector: 'fusion-navigation-menu',
Expand Down

0 comments on commit cca6802

Please sign in to comment.