aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/toolbar/settings.stories.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/organisms/toolbar/settings.stories.tsx')
-rw-r--r--src/components/organisms/toolbar/settings.stories.tsx13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/components/organisms/toolbar/settings.stories.tsx b/src/components/organisms/toolbar/settings.stories.tsx
index 66b4e0f..793c521 100644
--- a/src/components/organisms/toolbar/settings.stories.tsx
+++ b/src/components/organisms/toolbar/settings.stories.tsx
@@ -8,9 +8,6 @@ import { Settings } from './settings';
export default {
title: 'Organisms/Toolbar/Settings',
component: Settings,
- args: {
- motionStorageKey: 'reduced-motion',
- },
argTypes: {
className: {
control: {
@@ -38,16 +35,6 @@ export default {
required: true,
},
},
- motionStorageKey: {
- control: {
- type: 'text',
- },
- description: 'Set Reduced motion settings local storage key.',
- type: {
- name: 'string',
- required: true,
- },
- },
setIsActive: {
control: {
type: null,