Skip to content

Commit

Permalink
Endre modia-dekorator-props
Browse files Browse the repository at this point in the history
Hvis vi ikke henter aktiv enhet og user on mount
vil veiledere få et plagsomt varsel om at de har
byttet enhet i andre nettleserfaner.
  • Loading branch information
Oddsor committed Oct 10, 2024
1 parent 364a84b commit faeacd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/internflateDekorator/decoratorconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const decoratorconfig = (): DecoratorProps => {
appName: 'Tiltaksgjennomføring',
onEnhetChanged: () => {},
onFnrChanged: () => {},
fetchActiveEnhetOnMount: false,
fetchActiveUserOnMount: false,
fetchActiveEnhetOnMount: true,
fetchActiveUserOnMount: true,
fnrSyncMode: 'writeOnly',
enhetSyncMode: 'writeOnly',
showEnheter: false,
Expand Down

0 comments on commit faeacd9

Please sign in to comment.