Skip to content

Commit

Permalink
remove from new project
Browse files Browse the repository at this point in the history
  • Loading branch information
sunguroku committed May 7, 2024
1 parent 2ec06ab commit 6ee7546
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/src/main/home/new-project/NewProject.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export const NewProjectFC = () => {
}
)
.then((res) => res.data as ProjectListType[]);

setProjects(projectList);
setCurrentProject(project);
trackCreateNewProject();
Expand Down

0 comments on commit 6ee7546

Please sign in to comment.