Make sure "new room" goes to new "create" landing page, not "createroom"
This commit is contained in:
parent
db56748219
commit
3620bb2743
5 changed files with 5 additions and 5 deletions
|
|
@ -67,7 +67,7 @@ export default {
|
|||
},
|
||||
|
||||
createRoom() {
|
||||
this.$navigation.push({ name: "CreateRoom" });
|
||||
this.$navigation.push({ name: "Create" });
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue