Skip to content

Commit e0ec6b5

Browse files
Merge pull request #14764 from rhamilto/OCPBUGS-50665
OCPBUGS-50665: fix bug where Demo Plugin tab url is always appended
2 parents d7fb0e8 + 631278f commit e0ec6b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dynamic-demo-plugin/console-extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
},
197197
"page": {
198198
"name": "Demo Plugin",
199-
"href": "/demo-plugin"
199+
"href": "demo-plugin"
200200
},
201201
"component": { "$codeRef": "projectTabContent" }
202202
}

0 commit comments

Comments
 (0)