Set specific subpage that is requested when profile is shown (#11412)

This commit is contained in:
Julien Midedji
2019-11-01 19:02:01 +01:00
committed by Matteo Pagliazzi
parent f02992faa5
commit a7c814262b

View File

@@ -756,6 +756,7 @@ export default {
}, },
mounted () { mounted () {
this.loadUser(); this.loadUser();
this.selectPage(this.startingPage);
}, },
methods: { methods: {
async loadUser () { async loadUser () {