Skip to content

Commit 0fe9e39

Browse files
committed
la til skjemanummer inni lenkepanelene i mellomsteg for skjema
1 parent e1d5959 commit 0fe9e39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/nextjs/src/components/_common/formIntermediateStepLink/FormIntermediateStepLink.stories.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ export const Default: Story = {
1919
analyticsComponent: 'mellomsteg',
2020
analyticsLinkGroup: 'Example Group',
2121
analyticsLabel: 'Example Step',
22+
formNumberStepData: 'Nav 04-01.02',
2223
nextStep: {
2324
_selected: 'next',
2425
next: {
2526
editorial: { html: '' },
2627
stepsHeadline: '',
2728
steps: [],
29+
formNumberStepData: 'Nav 04-01.02',
2830
},
2931
},
3032
},
@@ -40,12 +42,14 @@ export const LanguageDisclaimer: Story = {
4042
analyticsComponent: 'mellomsteg',
4143
analyticsLinkGroup: 'Example Group',
4244
analyticsLabel: 'Example Step',
45+
formNumberStepData: 'Nav 04-01.02',
4346
nextStep: {
4447
_selected: 'next',
4548
next: {
4649
editorial: { html: '' },
4750
stepsHeadline: '',
4851
steps: [],
52+
formNumberStepData: 'Nav 04-01.02',
4953
},
5054
},
5155
},

0 commit comments

Comments
 (0)