Skip to content

Commit

Permalink
test: 토스트 스토리에 기본 인자 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Creative-Lee committed Jul 18, 2023
1 parent 4e54435 commit 85cfb04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/components/@common/Toast/Toast.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import type { Meta, StoryObj } from '@storybook/react';
const meta = {
component: Toast,
title: 'Toast',
args: {
message: `I'm toast`,
},
argTypes: {
message: {
control: 'text',
Expand Down

0 comments on commit 85cfb04

Please sign in to comment.