diff --git a/dashboard/src/components/inception/InceptionSkills.vue b/dashboard/src/components/inception/InceptionSkills.vue index db4b3c725a..7734ae9426 100644 --- a/dashboard/src/components/inception/InceptionSkills.vue +++ b/dashboard/src/components/inception/InceptionSkills.vue @@ -15,7 +15,7 @@ limitations under the License. */ @@ -47,6 +47,7 @@ limitations under the License. version: this.skillsVersion, options: this.options, theme: this.theme, + handleRouteChanged: (newPath) => { this.skillsDisplayRouteChanged(newPath); }, }); clientDisplay.attachTo(document.querySelector('#skills-client-container')); this.clientDisplay = clientDisplay; diff --git a/dashboard/src/components/myProgress/MyProjectSkillsPage.vue b/dashboard/src/components/myProgress/MyProjectSkillsPage.vue index cacfa1fad2..2eacb6d753 100644 --- a/dashboard/src/components/myProgress/MyProjectSkillsPage.vue +++ b/dashboard/src/components/myProgress/MyProjectSkillsPage.vue @@ -29,7 +29,7 @@ limitations under the License. Contact Project