fix(salix): rollback updateClaim #2897

Merged
carlossa merged 3 commits from hotfix_claimLink into master 2024-08-28 09:35:23 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 49394b9b16 - Show all commits

View File

@ -7,7 +7,7 @@ export default class Claim extends ModuleMain {
}
async $onInit() {
this.$state.go('home');
window.location.href = await this.vnApp.getUrl(`Claim/`);
window.location.href = await this.vnApp.getUrl(`claim/`);
}
}