From 3640dea586306ac8e725ba38894486700c048202 Mon Sep 17 00:00:00 2001 From: Kirill Ushkalov Date: Tue, 14 Nov 2023 13:32:10 +0300 Subject: [PATCH] fix brightness & saturation clear --- src/features/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/index.js b/src/features/index.js index 75bc7b2..c357dc8 100644 --- a/src/features/index.js +++ b/src/features/index.js @@ -118,7 +118,7 @@ export default { features.push({ group: "Lipstick", name: parameter.title, - clear: () => lipstickParams.reset(parameter.name), + clear: () => lipstickParams.reset(name), }) } }