Skip to content

Commit ccc8cab

Browse files
committed
Legg til write only på fnr sync
1 parent 044713c commit ccc8cab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/internflate-decorator/internflate-decorator.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ function lagDecoratorConfig(): DecoratorPropsV3 {
2525
urlFormat: getEnv().ingressType === 'ansatt' ? 'ANSATT' : 'NAV_NO',
2626
onEnhetChanged: () => {},
2727
onFnrChanged: () => {},
28-
enhetSyncMode: 'ignore'
28+
enhetSyncMode: 'ignore',
29+
fnrSyncMode: 'writeOnly'
2930
};
3031
}
3132

0 commit comments

Comments
 (0)