forked from jsnbuchanan/crowd-funder-for-time-pwa
Add edit project flow in anticipation of API method. Ugly Edit button needs to be replaced.
This commit is contained in:
@@ -122,6 +122,7 @@ export default class ProjectsView extends Vue {
|
||||
}
|
||||
|
||||
onClickNewProject(): void {
|
||||
localStorage.removeItem("projectId");
|
||||
const route = {
|
||||
name: "new-edit-project",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user