Skip to content

Commit

Permalink
testing small change
Browse files Browse the repository at this point in the history
  • Loading branch information
lstillwe committed Sep 19, 2024
1 parent 46af583 commit 15b0bc0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Component/Symbolizer/ColorMapEditor/ColorMapEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,6 @@ export const ColorMapEditor: React.FC<ColorMapEditorProps> = (props) => {
return (
<div className="gs-colormap-symbolizer-editor" >
<div className="gs-colormap-header-row">
<Form.Item
{...itemConfig}
>
<span>{locale.titleLabel}</span>
</Form.Item>
{
colorMapTypeField?.visibility === false ? null : (
<Form.Item
Expand Down

0 comments on commit 15b0bc0

Please sign in to comment.