diff --git a/src/pages/ManageValidator/RightManagePanels/MigratePanel.stories.tsx b/src/pages/ManageValidator/RightManagePanels/MigratePanel.stories.tsx index 19236002..4fb478b3 100644 --- a/src/pages/ManageValidator/RightManagePanels/MigratePanel.stories.tsx +++ b/src/pages/ManageValidator/RightManagePanels/MigratePanel.stories.tsx @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from '@storybook/react' import MigratePanel from './MigratePanel' const meta = { - title: 'ValidatorManagement/MigratePanel', + title: 'ManageValidator/MigratePanel', component: MigratePanel, tags: ['autodocs'], } satisfies Meta