Skip to content

Commit

Permalink
Closes #970
Browse files Browse the repository at this point in the history
  • Loading branch information
Spurs20 committed Jan 20, 2022
1 parent e571cc1 commit 2d4f105
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ export default class TimeseriesWizard extends React.Component<
<ModalContent
modalId={this.state.modalId}
closingCallBack={this.cleanup}
title={"Timeseries Wizard"}
title={this.state.visibleTab != "0" ? "Timeseries Wizard - " + this.state.selectedOption : "Timeseries Wizard"}
body={this.getBodyJsx()}
footer={this.getFooterJSX()}
/>
Expand Down

0 comments on commit 2d4f105

Please sign in to comment.