diff --git a/app/javascript/dashboard/components-next/message/bubbles/Text/Index.vue b/app/javascript/dashboard/components-next/message/bubbles/Text/Index.vue index 1f61c081f..dc573760e 100644 --- a/app/javascript/dashboard/components-next/message/bubbles/Text/Index.vue +++ b/app/javascript/dashboard/components-next/message/bubbles/Text/Index.vue @@ -33,7 +33,7 @@ const props = defineProps({ }, messageType: { type: Number, - default: '', + required: true, validator: value => Object.values(MESSAGE_TYPES).includes(value), }, });