mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
use correct title and id for addonsTool
This commit is contained in:
parent
2551d03e9a
commit
d55aa25110
@ -11,8 +11,8 @@ const menuMapper = ({ api, state }: Combo) => ({
|
||||
});
|
||||
|
||||
export const addonsTool: Addon = {
|
||||
title: 'menu',
|
||||
id: 'menu',
|
||||
title: 'addons',
|
||||
id: 'addons',
|
||||
match: ({ viewMode }) => viewMode === 'story',
|
||||
render: () => (
|
||||
<Consumer filter={menuMapper}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user