Skip to content

Commit

Permalink
Update ColorBarColorEditor.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchimotwaniBC authored Apr 25, 2024
1 parent 5af90df commit 93e5325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ColorBarLegend/ColorBarColorEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function ColorBarColorEditor(props: ColorBarColorEditorProps) {
return (
<Box className={classes.colorBarBox}>
<ColorBarStyleEditor {...baseProps} />
<ColorBarSelect {...baseProps} colorBars={colorBars} />
<ColorBarSelect {...baseProps} colorBars={colorBars} />

Check failure on line 66 in src/components/ColorBarLegend/ColorBarColorEditor.tsx

View workflow job for this annotation

GitHub Actions / build (16.x)

Property 'changeColorBars' is missing in type '{ colorBars: ColorBars; variableColorBarMinMax: [number, number]; variableColorBarName: string; variableColorBar: ColorBar; variableOpacity: number; updateVariableColorBar: (colorBarMinMax: [...], colorBarName: string, opacity: number) => void; }' but required in type 'ColorBarSelectProps'.

Check failure on line 66 in src/components/ColorBarLegend/ColorBarColorEditor.tsx

View workflow job for this annotation

GitHub Actions / build (18.x)

Property 'changeColorBars' is missing in type '{ colorBars: ColorBars; variableColorBarMinMax: [number, number]; variableColorBarName: string; variableColorBar: ColorBar; variableOpacity: number; updateVariableColorBar: (colorBarMinMax: [...], colorBarName: string, opacity: number) => void; }' but required in type 'ColorBarSelectProps'.

Check failure on line 66 in src/components/ColorBarLegend/ColorBarColorEditor.tsx

View workflow job for this annotation

GitHub Actions / build (20.x)

Property 'changeColorBars' is missing in type '{ colorBars: ColorBars; variableColorBarMinMax: [number, number]; variableColorBarName: string; variableColorBar: ColorBar; variableOpacity: number; updateVariableColorBar: (colorBarMinMax: [...], colorBarName: string, opacity: number) => void; }' but required in type 'ColorBarSelectProps'.
</Box>
);
}

0 comments on commit 93e5325

Please sign in to comment.