feat: Add pre_chat_form_settings in inbox settings page (#1776)
This commit is contained in:
parent
3ade7d4445
commit
1706199a0e
9 changed files with 188 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<form
|
||||
class="flex flex-1 flex-col p-6 overflow-y-scroll"
|
||||
class="flex flex-1 flex-col p-6 overflow-y-auto"
|
||||
@submit.prevent="onSubmit"
|
||||
>
|
||||
<div v-if="options.preChatMessage" class="text-black-800 text-sm leading-5">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue