Browse Source

auto commit

master
jfinn 3 years ago
parent
commit
ddbcf8c3be
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/components/ColorPicker.tsx

+ 1
- 1
src/components/ColorPicker.tsx View File

@@ -292,7 +292,7 @@ export const ColorPicker = ({
292 292
           color={color}
293 293
           label={label}
294 294
           onChange={(color) => {
295
-            tmp_hooks.oc_ci = onChange
295
+            // tmp_hooks.oc_ci = onChange
296 296
             onChange(color);
297 297
           }}
298 298
         />

Loading…
Cancel
Save