mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix(deckgl): remove visibility condition in deckgl stroke color (#37029)
This commit is contained in:
@@ -118,10 +118,10 @@ const config: ControlPanelConfig = {
|
||||
},
|
||||
},
|
||||
fillColorPicker,
|
||||
strokeColorPicker,
|
||||
deckGLLinearColorSchemeSelect,
|
||||
breakpointsDefaultColor,
|
||||
deckGLColorBreakpointsSelect,
|
||||
strokeColorPicker,
|
||||
],
|
||||
[filled, stroked],
|
||||
[extruded],
|
||||
|
||||
@@ -286,8 +286,6 @@ export const strokeColorPicker: CustomControlItem = {
|
||||
type: 'ColorPickerControl',
|
||||
default: PRIMARY_COLOR,
|
||||
renderTrigger: true,
|
||||
visibility: ({ controls }) =>
|
||||
isColorSchemeTypeVisible(controls, COLOR_SCHEME_TYPES.fixed_color),
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user