diff --git a/app/javascript/dashboard/components-next/copilot/Copilot.vue b/app/javascript/dashboard/components-next/copilot/Copilot.vue index b5a0fb8a7..eb5231b84 100644 --- a/app/javascript/dashboard/components-next/copilot/Copilot.vue +++ b/app/javascript/dashboard/components-next/copilot/Copilot.vue @@ -27,7 +27,7 @@ const props = defineProps({ }, conversationInboxType: { type: String, - required: true, + default: '', }, assistants: { type: Array, @@ -102,7 +102,7 @@ watch( ref="chatContainer" class="flex-1 flex px-4 py-4 overflow-y-auto items-start" > -