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:
2025-03-15 09:10:27 -05:00
committed by GitHub
parent 2646e79bb7
commit bbdda82d9d
3 changed files with 5 additions and 3 deletions

View File

@@ -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 });

View File

@@ -0,0 +1,3 @@
body {
background-color: #f2f2f2;
}