Skip to content

Commit

Permalink
fix python WLV
Browse files Browse the repository at this point in the history
  • Loading branch information
iWowik committed Sep 27, 2024
1 parent 6f48967 commit 0b4c798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/components/WellLogViewer/WellLogViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ type WellLogViewerProps = {
template: object;

/** Prop containing color function/table array */
colorFunctions: ColorMapFunction[];
colorMapFunctions: ColorMapFunction[];

/** Orientation of the track plots on the screen. Default is false */
horizontal?: boolean;
Expand Down

0 comments on commit 0b4c798

Please sign in to comment.