diff --git a/src/components/AppsPanel.tsx b/src/components/AppsPanel.tsx index 4cf84f3..3a7f0ae 100644 --- a/src/components/AppsPanel.tsx +++ b/src/components/AppsPanel.tsx @@ -278,7 +278,7 @@ export function AppsPanel({ appId, appName, fqn, nodeName, namespace, componentI
{topics.map((topic, idx) => { const cleanName = topic.topic.startsWith('/') ? topic.topic.slice(1) : topic.topic; - const encodedName = encodeURIComponent(topic.uniqueKey || cleanName); + const encodedName = encodeURIComponent(cleanName); const topicPath = `${path}/data/${encodedName}`; return (