fix(storybook): remove the storybook params causing render errors
This commit is contained in:
@@ -32,15 +32,6 @@ import { exampleChatHistory } from '../../../interfaces/chat-message.fixture';
|
||||
|
||||
const meta = {
|
||||
title: 'owncast/Layout/Main',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
nextjs: {
|
||||
appDirectory: true,
|
||||
navigation: {
|
||||
searchParams: {},
|
||||
},
|
||||
},
|
||||
},
|
||||
} satisfies Meta<typeof Main>;
|
||||
|
||||
export default meta;
|
||||
|
||||
Reference in New Issue
Block a user