forked from jsnbuchanan/crowd-funder-for-time-pwa
Added the flow from New Project to View Project
This commit is contained in:
@@ -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);
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user