FIX: Unsupported action types causing freeze

This commit is contained in:
Robert Kossessa
2024-05-21 17:38:13 +02:00
parent a4275148de
commit b9770e1924

View File

@@ -20,7 +20,7 @@
<ScrambleText
class="overflow-hidden text-ellipsis text-nowrap"
:text="
typeInputValue
typeInputValue && actionTypeOptions[typeInputValue]
? actionTypeOptions[typeInputValue].label
: 'Select an action type...'
"