diff --git a/app/javascript/dashboard/components-next/message/bubbles/Form.vue b/app/javascript/dashboard/components-next/message/bubbles/Form.vue index 0bf92a07b..ca9af4994 100644 --- a/app/javascript/dashboard/components-next/message/bubbles/Form.vue +++ b/app/javascript/dashboard/components-next/message/bubbles/Form.vue @@ -30,6 +30,7 @@ const formValues = computed(() => { if (contentType.value === CONTENT_TYPES.INPUT_SELECT) { const [item] = contentAttributes.value?.submittedValues ?? []; + if (!item) return []; return [ {