From d985f562ef3107cd086bdfcc8bf33e19da2e557a Mon Sep 17 00:00:00 2001 From: Zane Shelby Date: Tue, 4 Oct 2022 19:35:24 -0400 Subject: [PATCH] feat(GenerationAnimation): Change default model name to 'satellites_model' --- src/GenerationAnimation.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GenerationAnimation.jsx b/src/GenerationAnimation.jsx index d85eac9..eb1855b 100644 --- a/src/GenerationAnimation.jsx +++ b/src/GenerationAnimation.jsx @@ -28,7 +28,7 @@ GenerateQuery.propTypes = { }; GenerateQuery.defaultProps = { - model: 'baseline_model', + model: 'satellites_model', }; function AggregateBarChart({ columns, rows, maxShown }) {