Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eelucio committed Jul 31, 2023
1 parent 852a14e commit 10df7f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/js/Containers/Databrowser/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ class Databrowser extends React.Component {
this.props.dispatch(
setMetadata({
project: window.project,
product: window.product,
product: window.product,
model: window.model,
institute: window.institute,
time_frequency = window.time_frequency,
realm = window.realm,
time_frequency: window.time_frequency,
realm: window.realm,
variable: window.variable,
grid_label = window.grid_label,
time_aggregation = window.time_aggregation,
grid_label: window.grid_label,
time_aggregation: window.time_aggregation,
fs_type: window.fs_type,
})
);
Expand Down

0 comments on commit 10df7f9

Please sign in to comment.