Add edit project flow in anticipation of API method. Ugly Edit button needs to be replaced.

This commit is contained in:
Matthew Aaron Raymer
2023-01-17 16:35:38 +08:00
parent 997093c695
commit 51600b65d7
3 changed files with 59 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ export default class ProjectsView extends Vue {
}
onClickNewProject(): void {
localStorage.removeItem("projectId");
const route = {
name: "new-edit-project",
};