Skip to content

Commit 6ec57af

Browse files
authored
602: Workflows are shown to be unselected when moving across pages (#618)
1 parent 27a9c6c commit 6ec57af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/app/components/workflows/workflows-home/workflows-home.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ export class WorkflowsHomeComponent implements OnInit, AfterViewInit, OnDestroy
213213
}
214214

215215
refresh() {
216+
this.selected = [];
216217
const searchRequestModel: TableSearchRequestModel = {
217218
from: this.pageFrom,
218219
size: this.pageSize,

0 commit comments

Comments
 (0)