Skip to content

Commit

Permalink
Merge pull request #83 from Pac72/boardstatus-typo
Browse files Browse the repository at this point in the history
Typo: use loadConfig.bind() in Load configuration button
  • Loading branch information
kripton committed Jan 4, 2024
2 parents 984df4f + e80aa7e commit b89dd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wwwsrc/src/BoardStatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ class BoardStatus extends React.Component{
<button type="button" className="btn btn-outline-secondary"
data-bs-toggle="tooltip" data-bs-placement="bottom"
title="Load configuration from this io board"
onClick={this.saveConfig.bind(this, slot)}>
onClick={this.loadConfig.bind(this, slot)}>
<Icon.JournalArrowUp width={32} height={32} pointerEvents="none"/>
</button>
&nbsp;
Expand Down

0 comments on commit b89dd25

Please sign in to comment.