Bug/10 remove pubic decorator in api (#12)
* removing public decorator in api * removing public decorator in api
This commit was merged in pull request #12.
This commit is contained in:
@@ -47,7 +47,6 @@ const ProjectForm = ({ isDrawerOpen, mode, onOpenClose, projectId }: ProjectForm
|
||||
};
|
||||
|
||||
const onSubmit = async (data: unknown) => {
|
||||
console.log(data)
|
||||
try {
|
||||
dispatch({ type: 'SET_IS_LOADING', payload: true });
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
body {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
Reference in New Issue
Block a user