Added the flow from New Project to View Project

This commit is contained in:
Matthew Aaron Raymer
2023-01-16 14:12:52 +08:00
parent c61be23fee
commit c84e597047
3 changed files with 50 additions and 11 deletions

View File

@@ -28,7 +28,7 @@ export const useAppStore = defineStore({
setCondition(newCondition: string) {
localStorage.setItem("condition", newCondition);
},
setProjectId(newProjectId: string) {
async setProjectId(newProjectId: string) {
localStorage.setItem("projectId", newProjectId);
},
},