[ML] Fixing model bounds in new job wizard (#122562)

This commit is contained in:
James Gowdy 2022-01-12 09:23:21 +00:00 committed by GitHub
parent 4193c26069
commit c3bf4e05df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,6 @@ export const ModelBounds: FC<Props> = ({ modelData }) => {
yAccessors={['modelUpper']}
y0Accessors={['modelLower']}
data={model}
stackAccessors={['time']}
curve={CurveType.CURVE_MONOTONE_X}
areaSeriesStyle={areaSeriesStyle}
color={MODEL_COLOR}