Fix add new business link to point to setup-wizard.html
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
a32614be17
commit
40c91c82cf
1 changed files with 1 additions and 1 deletions
|
|
@ -1334,7 +1334,7 @@
|
||||||
|
|
||||||
// Add a new business
|
// Add a new business
|
||||||
addNewBusiness() {
|
addNewBusiness() {
|
||||||
window.location.href = BASE_PATH + '/portal/setup.html';
|
window.location.href = BASE_PATH + '/portal/setup-wizard.html';
|
||||||
},
|
},
|
||||||
|
|
||||||
// Load business info
|
// Load business info
|
||||||
|
|
|
||||||
Reference in a new issue