refs #6895 state home
gitea/salix/pipeline/pr-dev Build queued... Details

This commit is contained in:
Carlos Satorres 2024-05-02 12:48:11 +02:00
parent b66111a032
commit 9e2332ca4a
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ export default class Shelving extends ModuleMain {
super($element, $); super($element, $);
} }
async $onInit() { async $onInit() {
const url = await this.vnApp.getUrl(`shelving/`); this.$state.go('home');
window.location.href = url; window.location.href = await this.vnApp.getUrl(`shelving/`);
} }
} }