diff --git a/src/frontend/src/utils/utils.ts b/src/frontend/src/utils/utils.ts index 9cf131f5c..9eef7f920 100644 --- a/src/frontend/src/utils/utils.ts +++ b/src/frontend/src/utils/utils.ts @@ -266,6 +266,7 @@ export function groupByFamily( return ( template?.type && template?.show && + !template?.advanced && ((!excludeTypes.has(template.type) && baseClassesSet.has(template.type)) || (template?.input_types &&