chore: upgrade antd 6.3.3

This commit is contained in:
jialin
2026-03-17 16:35:55 +08:00
committed by jialin
parent d99475bb80
commit a86bfe7fd3
8 changed files with 1980 additions and 477 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ const RowTextarea: React.FC<SystemMessageProps> = (props) => {
{!expanded && data.text && (
<SmallCloseButton onClick={handleClear}></SmallCloseButton>
)}
{UploadImageButton}
{/* {UploadImageButton} */}
<Tooltip title={intl.formatMessage({ id: 'common.button.delete' })}>
<Button
danger