Skip to content

Commit

Permalink
✨ ci: resolve ci
Browse files Browse the repository at this point in the history
  • Loading branch information
绾歌 committed Jun 20, 2024
1 parent d7a4129 commit 2ccd19b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/ProChat/container/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { Flexbox } from 'react-layout-kit';

import { ChatListItemProps } from '@/ChatList/ChatListItem';
import { ConfigProvider } from 'antd';
import { ALargeSmall } from 'lucide-react';
import ChatList from '../components/ChatList';
import ProInputArea, { ProInputAreaProps } from '../components/ProInputArea';
import ChatScrollAnchor from '../components/ScrollAnchor';
Expand Down Expand Up @@ -171,16 +170,7 @@ const App = memo<ConversationProps>(
inputAreaRender={inputAreaRender || renderInputArea}
inputRender={inputRender}
sendShortcutKey="enter"
extra={[
'image',
'audio',
{
type: 'video',
render: () => {
return <ALargeSmall></ALargeSmall>;
},
},
]}
extra={['image', 'audio']}
/>
}
</div>
Expand Down

0 comments on commit 2ccd19b

Please sign in to comment.