FIX: Unsupported action types causing freeze
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
<ScrambleText
|
<ScrambleText
|
||||||
class="overflow-hidden text-ellipsis text-nowrap"
|
class="overflow-hidden text-ellipsis text-nowrap"
|
||||||
:text="
|
:text="
|
||||||
typeInputValue
|
typeInputValue && actionTypeOptions[typeInputValue]
|
||||||
? actionTypeOptions[typeInputValue].label
|
? actionTypeOptions[typeInputValue].label
|
||||||
: 'Select an action type...'
|
: 'Select an action type...'
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user