Fix link to overview
All checks were successful
Deploy Spot / deploy (push) Successful in 34s

This commit is contained in:
2026-05-28 18:29:03 +02:00
parent 980035e3d1
commit 319c288586
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ export default {
},
'hash.items.0'(newProjectCodename, oldProjectCodename) { //hash.items.0 = Project Code Name
if(newProjectCodename != oldProjectCodename) {
this.hash.items = [newProjectCodename];
this.hash.items = [newProjectCodename]; //Force removal of direct link
this.settings.toggle(false, 0);
this.init();
}