Skip to content

Commit cae9425

Browse files
chore(QuizWidget.stories): remove quizKey arg from story control panel
1 parent 935b092 commit cae9425

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/Quiz/QuizWidget/QuizWidget.stories.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ type QuizWidgetType = typeof StandaloneQuizWidget
2424
const meta = {
2525
title: "QuizWidget",
2626
component: StandaloneQuizWidget,
27+
argTypes: {
28+
quizKey: {
29+
table: {
30+
disable: true,
31+
},
32+
},
33+
},
2734
} satisfies Meta<QuizWidgetType>
2835

2936
export default meta

0 commit comments

Comments
 (0)