chore: Minor fix after merge conflicts

This commit is contained in:
iamsivin
2024-07-31 11:19:55 +05:30
parent 98fa2957a1
commit 545e352d13
@@ -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>