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
@@ -60,7 +60,9 @@ const AddCommunityModal: React.FC<{
onClose={onClose}
destroyOnHidden={true}
closeIcon={false}
maskClosable={false}
mask={{
closable: false
}}
keyboard={false}
styles={{
wrapper: { width: 'max(50vw, 900px)' }