diff --git a/code/addons/storysource/src/manager.tsx b/code/addons/storysource/src/manager.tsx index 7a7769275ea..5ca1794519c 100644 --- a/code/addons/storysource/src/manager.tsx +++ b/code/addons/storysource/src/manager.tsx @@ -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 ? : null), paramKey: 'storysource', });