mirror of
https://github.com/NinjaSurge/Project-Manager.git
synced 2026-05-01 12:29:02 -05:00
Front-End Create
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user