Front-End Create

This commit is contained in:
2022-12-29 18:34:37 -06:00
parent 335ffc56e4
commit 016b6392b3
7 changed files with 189 additions and 6 deletions

View File

@@ -164,7 +164,7 @@ const makeProject = (project_directory, project_info) => {
// Handle incoming project information
const uuid = uuidv4();
const info = {
project_info,
...project_info,
_id: uuid,
};