|
|
|
@ -280,7 +280,7 @@ const InputComposer = ({ channel, currentActive }) => {
|
|
|
|
|
return (
|
|
|
|
|
<div>
|
|
|
|
|
{wabaWarning && <Alert message={wabaWarning} type="error" showIcon /> }
|
|
|
|
|
{isEmpty(toIM) && <Alert message="当前客人没有设置WhatsApp号码, 请先在会话列表右键菜单编辑联系人设置" type="warning" showIcon /> }
|
|
|
|
|
{isEmpty(toIM) && currentConversation.sn && <Alert message="当前客人没有设置WhatsApp号码, 请先在会话列表右键菜单编辑联系人设置" type="warning" showIcon /> }
|
|
|
|
|
{referenceMsg.id && (
|
|
|
|
|
<Flex justify='space-between' className='reply-to bg-gray-100 p-1 rounded-none text-slate-500'>
|
|
|
|
|
<div className='flex flex-col referrer-msg border-l-3 border-y-0 border-r-0 border-slate-300 border-solid pl-2 pr-1 py-1'>
|
|
|
|
|