import { useFetchFlow } from '@/hooks/flow-hooks'; import { IModalProps } from '@/interfaces/common'; import { Drawer } from 'antd'; import FlowChatBox from './box'; const ChatDrawer = ({ visible, hideModal }: IModalProps) => { const { data } = useFetchFlow(); return ( 1278 ? '40%' : 470} mask={false} // zIndex={10000} > ); }; export default ChatDrawer;