Skip to content

Commit

Permalink
Feature : #11773 UI: Add checkboxes for runs for an indivdual flow to…
Browse files Browse the repository at this point in the history
… allow multi-selection/-deletion (#12285)
  • Loading branch information
JiginJayaprakash authored Mar 21, 2024
1 parent c962546 commit 6e1886e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/pages/Flow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</template>

<template #runs>
<FlowRunFilteredList :filter="flowRunsFilter" prefix="runs" />
<FlowRunFilteredList :filter="flowRunsFilter" selectable prefix="runs" />
</template>
</p-tabs>
</p-layout-default>
Expand Down

0 comments on commit 6e1886e

Please sign in to comment.