This commit is contained in:
Rohinish
2024-01-21 17:44:51 +05:30
committed by psychedelicious
parent de0b43c81d
commit 37bc4f78d0
2 changed files with 4 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ const ParamMaskBlurMethod = () => {
const value = useMemo(
() => options.find((o) => o.value === maskBlurMethod),
[maskBlurMethod]
[maskBlurMethod, options]
);
return (