This commit is contained in:
parent
2bc190b01e
commit
84c2512847
|
@ -8,7 +8,7 @@ class Controller extends Section {
|
|||
|
||||
async $onInit() {
|
||||
const url = await this.vnApp.getUrl(`claim/${this.$params.id}/photos`);
|
||||
window.open(url).focus();
|
||||
window.location.href = url;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue