fix(ui): use _other for control adapter collapse

This commit is contained in:
psychedelicious 2023-10-15 18:34:25 +11:00
parent 3fd79b837f
commit bcf0d8a590

View File

@ -90,9 +90,7 @@ const ControlAdaptersCollapse = () => {
return (
<IAICollapse
label={t('controlnet.controlAdapter', {
count: controlAdapterIds.length,
})}
label={t('controlnet.controlAdapter_other')}
activeLabel={activeLabel}
>
<Flex sx={{ flexDir: 'column', gap: 2 }}>