feature/IO-3497-Ant-Design-v5-to-v6 - Orientation

This commit is contained in:
Dave
2026-01-09 18:29:43 -05:00
parent 30e137eaf6
commit c3da0d9035
34 changed files with 1219 additions and 900 deletions

View File

@@ -95,7 +95,7 @@ function ChatConversationListComponent({ conversationList, selectedConversation,
<>
{item.label && <Tag color="blue">{item.label}</Tag>}
{item.job_conversations.length > 0 ? (
<Space direction="vertical">{names}</Space>
<Space orientation="vertical">{names}</Space>
) : (
<Space>
<PhoneFormatter>{item.phone_num}</PhoneFormatter>