fix(ui): use _other for control adapter collapse

This commit is contained in:
psychedelicious
2023-10-15 18:34:25 +11:00
parent 98e6c62214
commit 0e93c4e856

View File

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