aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/toolbar/toolbar.stories.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/organisms/toolbar/toolbar.stories.tsx')
-rw-r--r--src/components/organisms/toolbar/toolbar.stories.tsx11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/components/organisms/toolbar/toolbar.stories.tsx b/src/components/organisms/toolbar/toolbar.stories.tsx
index 22bead9..19dc135 100644
--- a/src/components/organisms/toolbar/toolbar.stories.tsx
+++ b/src/components/organisms/toolbar/toolbar.stories.tsx
@@ -8,7 +8,6 @@ export default {
title: 'Organisms/Toolbar',
component: ToolbarComponent,
args: {
- motionStorageKey: 'reduced-motion',
searchPage: '#',
},
argTypes: {
@@ -25,16 +24,6 @@ export default {
required: false,
},
},
- motionStorageKey: {
- control: {
- type: 'text',
- },
- description: 'Set Reduced motion settings local storage key.',
- type: {
- name: 'string',
- required: true,
- },
- },
nav: {
description: 'The main nav items.',
type: {