Commit f66d317
fix: use topic name not uniqueKey for data navigation path in AppsPanel
uniqueKey includes direction suffix (e.g., /battery:publish) which
breaks the API fetch when navigating to topic detail. Use cleanName
(just the topic path) instead. uniqueKey is only for React list keys.
Fixes #571 parent c59ecd0 commit f66d317
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
0 commit comments