Skip to content

Commit

Permalink
Disabled 'Request Chart' button with request in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Cariello committed Jul 25, 2023
1 parent a514909 commit 735c441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/js/components/sidebar/charting-mode-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ function ChartingModeOptions (props) {
<Button
id="charting-create-chart-button"
className="charting-button"
disabled={chartRequestInProgress}
onClick={() => onChartOrStatsButtonClick()}
>
Request Chart
Expand Down

0 comments on commit 735c441

Please sign in to comment.