Fixed tooltip not working on CustomComponent

This commit is contained in:
Lucas Oliveira 2023-07-16 15:55:22 -03:00
commit 034a8f0641

View file

@ -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;
}