fix: depercated props
This commit is contained in:
@@ -44,7 +44,9 @@ const UpdateLabels: React.FC<ViewModalProps> = (props) => {
|
||||
onCancel={onCancel}
|
||||
destroyOnHidden={true}
|
||||
closeIcon={true}
|
||||
maskClosable={false}
|
||||
mask={{
|
||||
closable: false
|
||||
}}
|
||||
keyboard={false}
|
||||
width={600}
|
||||
maxContentHeight={'max(calc(100vh - 300px), 500px)'}
|
||||
|
||||
Reference in New Issue
Block a user