Skip to content

Commit b391536

Browse files
committed
fix(configurator): Resolve mode data loading error
1 parent eceb3c0 commit b391536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mode_configurator/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function updateTemplatePath() {
119119
return;
120120
}
121121
// Use the path directly from the version object
122-
templateBasePath.value = `/${selectedVersion.value.path}/`; // Use root-relative path - Removed /roo-commander/ prefix
122+
templateBasePath.value = `${selectedVersion.value.path}/`; // Use relative path
123123
}
124124
125125
// Handle version selection change

0 commit comments

Comments
 (0)