Skip to content

Commit

Permalink
Use update for both actions when managing work queues
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 committed Aug 27, 2024
1 parent 4296dd1 commit 886424b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WorkPoolQueuesTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<p-button size="sm" icon="PlusIcon" :to="routes.workPoolQueueCreate(workPoolName)" />
</template>

<template v-if="workPool?.can.delete">
<template v-if="workPool?.can.update">
<WorkPoolQueuesDeleteButton :work-pool-name="workPoolName" :work-pool-queues="selected" @delete="handleDelete" />
</template>

Expand Down

0 comments on commit 886424b

Please sign in to comment.