Skip to content

Commit

Permalink
Bruk riktig featuretoggle navn på contextholder
Browse files Browse the repository at this point in the history
  • Loading branch information
LudvigHz committed Sep 25, 2024
1 parent d28733f commit 45597c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
toggles="modiapersonoversikt.enable-faro,modiapersonoversikt.bruk-contextholder-next">
const applicationFeatureToggles = {
enableFaro: unleash && unleash["modiapersonoversikt_enable-faro"],
contextholderNext: unleash && unleash["modiapersonoversikt_bruk_contextholder_next"],
contextholderNext: unleash && unleash["modiapersonoversikt_bruk-contextholder-next"],
};
window.applicationFeatureToggles = applicationFeatureToggles;
</script>
Expand Down

0 comments on commit 45597c3

Please sign in to comment.