Skip to content

Commit

Permalink
Update vis_editor.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp authored Apr 7, 2021
1 parent 32b64bc commit 41dd230
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,7 @@ export class VisEditor extends Component<TimeseriesEditorProps, TimeseriesEditor

this.setState((state) => ({
defaultIndex: index,
model: {
...state.model,
},
model: state.model,
visFields,
}));
});
Expand Down

0 comments on commit 41dd230

Please sign in to comment.