Skip to content

Commit b18666b

Browse files
committed
Removed Annual Text Parameter
1 parent 068cd2b commit b18666b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/web-components/src/components/notice-choice/__stories__/notice-choice.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ const props = () => {
126126
'false'
127127
),
128128
environment: select('Environment', environment, 'stage'),
129-
email: text('Email', '')
129+
email: text('Email', ''),
130130
};
131131
};
132132

0 commit comments

Comments
 (0)