隐藏单个聊天分享功能
This commit is contained in:
parent
69ed32a852
commit
1a3df68088
|
@ -13,7 +13,6 @@ import SendWhiteIcon from "../icons/send-white.svg";
|
|||
import BrainIcon from "../icons/brain.svg";
|
||||
import RenameIcon from "../icons/rename.svg";
|
||||
import EditIcon from "../icons/rename.svg";
|
||||
import ExportIcon from "../icons/share.svg";
|
||||
import ReturnIcon from "../icons/return.svg";
|
||||
import CopyIcon from "../icons/copy.svg";
|
||||
import SpeakIcon from "../icons/speak.svg";
|
||||
|
@ -1740,7 +1739,7 @@ function _Chat() {
|
|||
/>
|
||||
</div>
|
||||
)}
|
||||
<div className="window-action-button">
|
||||
{/* <div className="window-action-button">
|
||||
<IconButton
|
||||
icon={<ExportIcon />}
|
||||
bordered
|
||||
|
@ -1749,7 +1748,7 @@ function _Chat() {
|
|||
setShowExport(true);
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</div> */}
|
||||
{showMaxIcon && (
|
||||
<div className="window-action-button">
|
||||
<IconButton
|
||||
|
|
Loading…
Reference in New Issue