mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
last
This commit is contained in:
committed by
psychedelicious
parent
de0b43c81d
commit
37bc4f78d0
@@ -29,7 +29,7 @@ const ParamMaskBlurMethod = () => {
|
||||
|
||||
const value = useMemo(
|
||||
() => options.find((o) => o.value === maskBlurMethod),
|
||||
[maskBlurMethod]
|
||||
[maskBlurMethod, options]
|
||||
);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user