Skip to content
Snippets Groups Projects
Commit 9f0a81a3 authored by Eryk Mika's avatar Eryk Mika
Browse files

fix: color selector use legacy field cuz of compatibility issues

parent 5b5120ea
No related branches found
No related tags found
1 merge request!2Devel
......@@ -48,6 +48,7 @@ export default function ColorSelector({label, onChange, value, enableAlpha = tru
{isPopupActive &&
<div className='fi-field-buttons-wrapper fi-colorpicker-wrapper'>
<ColorPicker
disableAlpha = {!enableAlpha}
enableAlpha={enableAlpha}
color={value}
onChangeComplete={handleColorChange}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment