Skip to content

Commit

Permalink
Change option names in pipeline settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickperrenet committed Oct 21, 2020
1 parent 42ded3a commit 96a6da5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,11 @@ class PipelineSettingsView extends React.Component {
/>
</form>

<h3 className="push-up push-down">Memory server</h3>
<h3 className="push-up push-down">Data passing</h3>

<MDCButtonReact
disabled={this.state.restartingMemoryServer}
label="Restart memory server"
label="Clear memory"
icon="memory"
classNames={["mdc-button--raised"]}
onClick={this.restartMemoryServer.bind(this)}
Expand Down

0 comments on commit 96a6da5

Please sign in to comment.