Merge branch 'fe/feat/141-workspace-browse-api' into 'fe/develop'
Fix: 빌드 오류 수정 See merge request s11-s-project/S11P21S002!60
This commit is contained in:
commit
5ba043a3ba
@ -1,18 +0,0 @@
|
|||||||
import '@/index.css';
|
|
||||||
import ProjectCreateModal from '.';
|
|
||||||
|
|
||||||
export default {
|
|
||||||
title: 'Modal/ProjectCreateModal',
|
|
||||||
component: ProjectCreateModal,
|
|
||||||
};
|
|
||||||
|
|
||||||
export const Default = () => (
|
|
||||||
<ProjectCreateModal
|
|
||||||
onClose={() => {
|
|
||||||
console.log('close');
|
|
||||||
}}
|
|
||||||
onSubmit={(data) => {
|
|
||||||
console.log(data);
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
);
|
|
Loading…
Reference in New Issue
Block a user