-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
既存コンポーンネントをstorybook上で、確認できるようにする(/users) #849
base: develop
Are you sure you want to change the base?
Conversation
…ton.stories.tsx OpenEditModalButton.stories.tsx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
動作問題なしです
少しコメントしました〜
@@ -4,7 +4,7 @@ import { multiDel } from '@api/api_methods'; | |||
import { Modal, CloseButton, OutlinePrimaryButton, PrimaryButton } from '@components/common'; | |||
import { User } from '@type/common'; | |||
|
|||
interface ModalProps { | |||
export interface ModalProps { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
export interface ModalProps { | |
interface ModalProps { |
多分exportいらないです!
@@ -6,7 +6,7 @@ import { ROLES } from '@/constants/role'; | |||
import { put } from '@api/user'; | |||
import { Bureau, User } from '@type/common'; | |||
|
|||
interface ModalProps { | |||
export interface ModalProps { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
export interface ModalProps { | |
interface ModalProps { |
ここも!
対応Issue
resolve #809
概要
FinanSu/view/next-project/src/components/usersに直接入っている.tsxファイルに対応した.stories.tsxファイルを作成する
画面スクリーンショット等
テスト項目
備考
なし