|
|
@ -1,7 +1,7 @@
|
|
|
|
import { useState } from 'react';
|
|
|
|
import { useState } from 'react';
|
|
|
|
import { App, Button, Form, Input } from 'antd';
|
|
|
|
import { App, Button, Form, Input } from 'antd';
|
|
|
|
import SearchInput from '@/components/SearchInput';
|
|
|
|
import SearchInput from '@/components/SearchInput';
|
|
|
|
import { fetchSalesAgent } from '@/actions/CommonActions';
|
|
|
|
import { fetchSalesAgent, fetchSalesAgentWithDD } from '@/actions/CommonActions';
|
|
|
|
import { postAssignConversation } from '@/actions/ConversationActions';
|
|
|
|
import { postAssignConversation } from '@/actions/ConversationActions';
|
|
|
|
|
|
|
|
|
|
|
|
const InputAssign = ({ initialValues, ...props }) => {
|
|
|
|
const InputAssign = ({ initialValues, ...props }) => {
|
|
|
|