Skip to content

Commit a2de801

Browse files
author
Stephanie Zeng
committed
fix: storybook brand dropdown
1 parent 61c3950 commit a2de801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/demo/.storybook/preview.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ const preview: Preview = {
1313
brands: {
1414
name: "Brands",
1515
description: "Design System Supported Brands",
16-
defaultValue: "Brand 1",
16+
defaultValue: "brand-1",
1717
toolbar: {
1818
title: "Brands",
1919
icon: "paintbrush",
20-
defaultValue: "brand-1",
20+
defaultValue: "brand 1",
2121
items: ["brand-1", "hot-brand"],
2222
dynamicTitle: true,
2323
},

0 commit comments

Comments
 (0)