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 333453c commit 5bcc64dCopy full SHA for 5bcc64d
web/src/components/ProjectForm.vue
@@ -23,7 +23,6 @@
23
></v-text-field>
24
25
<v-text-field
26
- v-if="item.type === ''"
27
v-model.number="item.max_parallel_tasks"
28
:label="$t('maxNumberOfParallelTasksOptional')"
29
:disabled="formSaving"
@@ -39,7 +38,6 @@
39
38
40
41
42
43
v-model="item.alert_chat"
44
:label="$t('telegramChatIdOptional')"
45
@@ -49,7 +47,6 @@
49
47
50
48
51
<v-checkbox
52
53
class="mt-0"
54
v-model="item.alert"
55
:label="$t('allowAlertsForThisProject')"
0 commit comments