Skip to content

Commit

Permalink
feat(GenerationAnimation): Change default model name to 'satellites_m…
Browse files Browse the repository at this point in the history
…odel'
  • Loading branch information
zane committed Oct 4, 2022
1 parent 33d29e6 commit d985f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GenerationAnimation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ GenerateQuery.propTypes = {
};

GenerateQuery.defaultProps = {
model: 'baseline_model',
model: 'satellites_model',
};

function AggregateBarChart({ columns, rows, maxShown }) {
Expand Down

0 comments on commit d985f56

Please sign in to comment.