Fixed tooltip not working on CustomComponent
This commit is contained in:
parent
d7a3c10d3a
commit
034a8f0641
1 changed files with 1 additions and 1 deletions
|
|
@ -876,7 +876,7 @@ export function groupByFamily(data, baseClasses, left, type) {
|
|||
});
|
||||
}
|
||||
|
||||
if (left === false) {
|
||||
if(parentOutput !== "custom_components"){
|
||||
let resFil = result.filter((group) => group.family === parentOutput);
|
||||
result = resFil;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue