chore: Minor fix after merge conflicts
This commit is contained in:
@@ -114,7 +114,7 @@ export default {
|
||||
<label>
|
||||
{{ $t('INBOX_MGMT.PRE_CHAT_FORM.PRE_CHAT_MESSAGE.LABEL') }}
|
||||
</label>
|
||||
<woot-message-editor
|
||||
<WootMessageEditor
|
||||
v-model="preChatMessage"
|
||||
class="message-editor"
|
||||
:placeholder="
|
||||
@@ -152,10 +152,10 @@ export default {
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<pre-chat-fields
|
||||
<PreChatFields
|
||||
:pre-chat-fields="preChatFields"
|
||||
@update="handlePreChatFieldOptions"
|
||||
@drag-end="changePreChatFieldFieldsOrder"
|
||||
@dragEnd="changePreChatFieldFieldsOrder"
|
||||
/>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user