fix: depercated props

This commit is contained in:
jialin
2026-03-19 12:28:18 +08:00
committed by jialin
parent 2dc7c9adf1
commit 9840a48301
22 changed files with 62 additions and 22 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