Skip to content

Commit

Permalink
fix(ui): report tab, archive button labelfetch logic
Browse files Browse the repository at this point in the history
Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
  • Loading branch information
tczhao committed Oct 7, 2021
1 parent d626538 commit 4f6abd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/reports/components/reports.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export class Reports extends BasePage<RouteComponentProps<any>, State> {
checked={this.state.archivedWorkflows}
onChange={checked => {
this.fetchReport(this.state.namespace, this.state.labels, checked);
this.fetchWorkflowsLabels(this.state.archivedWorkflows);
this.fetchWorkflowsLabels(checked);
}}
/>
</div>
Expand Down

0 comments on commit 4f6abd3

Please sign in to comment.