fix(manage-validator-stories): move from management section

This commit is contained in:
RadoslavDimchev 2024-03-25 22:31:20 +02:00 committed by Emil Ivanichkov
parent 19f7266598
commit 5f990b755e
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ import type { Meta, StoryObj } from '@storybook/react'
import DefaultPanel from './DefaultPanel' import DefaultPanel from './DefaultPanel'
const meta = { const meta = {
title: 'ValidatorManagement/DefaultPanel', title: 'ManageValidator/DefaultPanel',
component: DefaultPanel, component: DefaultPanel,
tags: ['autodocs'], tags: ['autodocs'],
} satisfies Meta<typeof DefaultPanel> } satisfies Meta<typeof DefaultPanel>

View File

@ -3,7 +3,7 @@ import type { Meta, StoryObj } from '@storybook/react'
import ExitPanel from './ExitPanel' import ExitPanel from './ExitPanel'
const meta = { const meta = {
title: 'ValidatorManagement/ExitPanel', title: 'ManageValidator/ExitPanel',
component: ExitPanel, component: ExitPanel,
tags: ['autodocs'], tags: ['autodocs'],
} satisfies Meta<typeof ExitPanel> } satisfies Meta<typeof ExitPanel>

View File

@ -4,7 +4,7 @@ import PanelWrapper from './PanelWrapper'
import MigratePanel from './MigratePanel' import MigratePanel from './MigratePanel'
const meta = { const meta = {
title: 'ValidatorManagement/PanelWrapper', title: 'ManageValidator/PanelWrapper',
component: PanelWrapper, component: PanelWrapper,
tags: ['autodocs'], tags: ['autodocs'],
} satisfies Meta<typeof PanelWrapper> } satisfies Meta<typeof PanelWrapper>