mirror of
https://github.com/invoke-ai/InvokeAI
synced 2025-07-25 12:55:55 +00:00
fix tests
This commit is contained in:
committed by
psychedelicious
parent
42f72b19a6
commit
3cdfc6ab16
@ -73,7 +73,7 @@ export const ImageSettingsAccordion = memo(() => {
|
||||
});
|
||||
const { isOpen: isOpenExpander, onToggle: onToggleExpander } = useExpanderToggle({
|
||||
id: 'image-settings-advanced',
|
||||
defaultIsOpen: false
|
||||
defaultIsOpen: false,
|
||||
});
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user