diff --git a/.storybook/preview.js b/.storybook/preview.js index 6082c8e4..ca6077d6 100644 --- a/.storybook/preview.js +++ b/.storybook/preview.js @@ -47,7 +47,7 @@ export const globalTypes = { horizontalNavBar: { name: "Toggle Horizontal Navigation Bar", description: "Set the navigation bar to horizontal", - defaultValue: false, + defaultValue: true, control: { type: "boolean" }, }, timeOut: {