Skip to content

Commit 74b2259

Browse files
committed
fix(storybook): fix default brand
1 parent 9db4469 commit 74b2259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/demo/.storybook/preview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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",

0 commit comments

Comments
 (0)