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 (
|
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 }}>
|
||||||
|
Loading…
Reference in New Issue
Block a user