feat(ui): use new model type grouping for control adapters in control layers

This commit is contained in:
psychedelicious 2024-05-10 18:23:56 +10:00
parent 6ff1c7d541
commit 8dd0bfb068

View File

@ -42,6 +42,7 @@ export const ControlAdapterModelCombobox = memo(({ modelKey, onChange: onChangeM
selectedModel, selectedModel,
getIsDisabled, getIsDisabled,
isLoading, isLoading,
groupByType: true,
}); });
return ( return (