exclude fails_task from default valid labels

This commit is contained in:
Andreas Köpf
2023-01-28 15:07:46 +01:00
parent c8d16285d0
commit 264e914225
@@ -48,6 +48,7 @@ def get_valid_lables() -> ValidLabelsResponse:
valid_labels=[
LabelDescription(name=l.value, widget=l.widget.value, display_text=l.display_text, help_text=l.help_text)
for l in TextLabel
if l != TextLabel.fails_task
]
)