mirror of
https://github.com/apache/superset.git
synced 2026-06-01 21:59:26 +00:00
feat: replace react-color with AntD ColorPicker for theming support (#34712)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
fc95c4fc89
commit
fbcdf6909c
@@ -259,7 +259,7 @@ const ContourPopoverControl = ({
|
||||
hovered
|
||||
/>
|
||||
<ColorPickerControl
|
||||
value={typeof contour === 'object' && contour?.color}
|
||||
value={typeof contour === 'object' ? contour?.color : undefined}
|
||||
onChange={updateColor}
|
||||
/>
|
||||
</Col>
|
||||
|
||||
Reference in New Issue
Block a user