mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
fix: submit pre chat triggering native submit event (#10224)
This commit is contained in:
@@ -61,6 +61,6 @@ export default {
|
||||
|
||||
<template>
|
||||
<div class="flex flex-1 overflow-auto">
|
||||
<PreChatForm :options="preChatFormOptions" @submit="onSubmit" />
|
||||
<PreChatForm :options="preChatFormOptions" @submit-pre-chat="onSubmit" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user