removed async from the redirect function
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
470b4485d5
commit
db12ceb369
|
@ -13,7 +13,7 @@ class Controller extends Section {
|
|||
|
||||
redirect(this.$.$ctrl);
|
||||
|
||||
async function redirect(ctrl) {
|
||||
function redirect(ctrl) {
|
||||
window.location.href = `/#!/supplier/${ctrl.supplier.supplier.id}/fiscal-data`;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue