fix(migrate-panel): move to manage validator category
This commit is contained in:
parent
bf226d8f54
commit
e925d7c8bb
|
@ -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<typeof MigratePanel>
|
||||
|
|
Loading…
Reference in New Issue