Skip to content

Commit

Permalink
do not merge- just for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho committed Dec 21, 2021
1 parent 398a01f commit 49696d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export class ExploreChartHeader extends React.PureComponent {
} = this.props.chart;
// TODO: when will get appropriate design for multi queries use all results and not first only
const queryResponse = queriesResponse?.[0];
const chartFinished = ['failed', 'rendered', 'success'].includes(
const chartFinished = ['failed', 'rendered', 'successfoo'].includes(
this.props.chart.chartStatus,
);
return (
Expand Down

0 comments on commit 49696d7

Please sign in to comment.