Skip to content

Commit

Permalink
front: persist STDCM V2 checked
Browse files Browse the repository at this point in the history
  • Loading branch information
kmer2016 committed May 22, 2024
1 parent 4d699fa commit b2eff15
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion front/src/reducers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@ const mapWhiteList = [
'terrain3DExaggeration',
];

const userWhiteList = ['account', 'userPreferences', 'trainScheduleV2Activated'];
const userWhiteList = [
'account',
'userPreferences',
'trainScheduleV2Activated',
'STDCMV2Activated',
];

const mainWhiteList = ['lastInterfaceVersion'];

Expand Down

0 comments on commit b2eff15

Please sign in to comment.