We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044713c commit ccc8cabCopy full SHA for ccc8cab
src/components/internflate-decorator/internflate-decorator.tsx
@@ -25,7 +25,8 @@ function lagDecoratorConfig(): DecoratorPropsV3 {
25
urlFormat: getEnv().ingressType === 'ansatt' ? 'ANSATT' : 'NAV_NO',
26
onEnhetChanged: () => {},
27
onFnrChanged: () => {},
28
- enhetSyncMode: 'ignore'
+ enhetSyncMode: 'ignore',
29
+ fnrSyncMode: 'writeOnly'
30
};
31
}
32
0 commit comments