We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f7b4b commit 63ddaf7Copy full SHA for 63ddaf7
src/components/TaskListItem.vue
@@ -38,6 +38,7 @@
38
{{ t('assistant', 'Try again') }}
39
</NcActionButton>
40
<NcActionButton v-if="isScheduled || isRunning"
41
+ :close-after-click="true"
42
@click="$emit('cancel')">
43
<template #icon>
44
<CloseIcon />
0 commit comments