From b0e97ab1dbe60cd9f04350ab6f9ea1822b8fdf54 Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Mon, 12 Aug 2024 11:47:41 +0200 Subject: [PATCH] feat(taskTypeSelect): show all task types inline Signed-off-by: Julien Veyssier --- .../AssistantTextProcessingForm.vue | 9 --------- src/components/TaskTypeSelect.vue | 19 ++++++++++++++++--- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/src/components/AssistantTextProcessingForm.vue b/src/components/AssistantTextProcessingForm.vue index 5dbd55ca..6b866a93 100644 --- a/src/components/AssistantTextProcessingForm.vue +++ b/src/components/AssistantTextProcessingForm.vue @@ -10,7 +10,6 @@
- {{ t.name }} - a.id === this.value) if (this.actionTypes.find(a => a.id === this.value)) {