mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): use _other
for control adapter collapse
This commit is contained in:
parent
3fd79b837f
commit
bcf0d8a590
@ -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 }}>
|
||||
|
Loading…
Reference in New Issue
Block a user