mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix tests
This commit is contained in:
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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user