Skip to content

Commit

Permalink
Merge pull request #21132 from mayank99/patch-1
Browse files Browse the repository at this point in the history
fix: Rename "Story" tab to "Code"
  • Loading branch information
ndelangen authored Feb 17, 2023
2 parents 1b98263 + 63edeef commit e7aba8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/addons/storysource/src/manager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ADDON_ID, PANEL_ID } from './index';

addons.register(ADDON_ID, (api) => {
addons.addPanel(PANEL_ID, {
title: 'Story',
title: 'Code',
render: ({ active, key }) => (active ? <StoryPanel key={key} api={api} /> : null),
paramKey: 'storysource',
});
Expand Down

0 comments on commit e7aba8a

Please sign in to comment.