Skip to content

Commit

Permalink
Merge ecf3b33 into 2a67218
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamacore committed Jan 17, 2022
2 parents 2a67218 + ecf3b33 commit a1c50fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/tasks/AutomatedTaskForm.vue
Expand Up @@ -147,7 +147,7 @@
<div class="text-subtitle2 q-pa-sm">
Actions:
<q-checkbox class="float-right" label="Continue on Errors" v-model="state.continue_on_error" dense>
<q-tooltip>Continue if task if an action fails</q-tooltip>
<q-tooltip>Continue task if an action fails</q-tooltip>
</q-checkbox>
</div>
<div class="scroll q-pt-sm" style="height: 40vh; max-height: 40vh">
Expand Down Expand Up @@ -976,4 +976,4 @@ export default {
.ghost {
opacity: 0.5;
}
</style>
</style>

0 comments on commit a1c50fb

Please sign in to comment.