Skip to content

Commit 631278f

Browse files
committed
OCPBUGS-50665: fix bug where Demo Plugin tab url is always appended
1 parent f77b81f commit 631278f

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)