Skip to content

Commit bf774f2

Browse files
committed
change for storageKey [Fixes #13044]
1 parent b705232 commit bf774f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Banners/DismissableBanner/DismissableBanner.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const Basic: Story = {
2626

2727
export const WithLongText: Story = {
2828
args: {
29-
storageKey: "dismissable-banner-5",
29+
storageKey: "dismissable-banner-2",
3030
children: (
3131
<Center>
3232
<Text>
@@ -42,7 +42,7 @@ export const WithLongText: Story = {
4242

4343
export const WithIcon: Story = {
4444
args: {
45-
storageKey: "dismissable-banner-6",
45+
storageKey: "dismissable-banner-3",
4646
children: (
4747
<Center>
4848
<Icon as={FaInfoCircle} mr={2} />

0 commit comments

Comments
 (0)