feat: Pop-up prompt message after modifying the dialog settings #2088 (#2114)

### What problem does this PR solve?

feat: Pop-up prompt message after modifying the dialog settings #2088

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-08-27 15:24:28 +08:00
committed by GitHub
parent 0bea7f21ae
commit fc172b4a79
4 changed files with 7 additions and 6 deletions

View File

@ -17,7 +17,7 @@ import { Avatar, Button, Flex, List, Space, Typography } from 'antd';
import FileIcon from '../file-icon';
import IndentedTreeModal from '../indented-tree/modal';
import NewDocumentLink from '../new-document-link';
import { AssistantGroupButton, UserGroupButton } from './group-button';
// import { AssistantGroupButton, UserGroupButton } from './group-button';
import styles from './index.less';
const { Text } = Typography;
@ -111,13 +111,13 @@ const MessageItem = ({
)}
<Flex vertical gap={8} flex={1}>
<Space>
{isAssistant ? (
{/* {isAssistant ? (
<AssistantGroupButton></AssistantGroupButton>
) : (
<UserGroupButton></UserGroupButton>
)}
)} */}
{/* <b>{isAssistant ? '' : nickname}</b> */}
<b>{isAssistant ? '' : nickname}</b>
</Space>
<div
className={