chore: upgrade antd lib to 5.25.4
This commit is contained in:
@@ -105,7 +105,7 @@ const AddCluster: React.FC<AddModalProps> = ({
|
||||
title={modalTitle}
|
||||
open={open}
|
||||
onCancel={handleCancel}
|
||||
destroyOnClose={true}
|
||||
destroyOnHidden={true}
|
||||
closeIcon={true}
|
||||
maskClosable={false}
|
||||
keyboard={false}
|
||||
|
||||
@@ -57,7 +57,7 @@ const AddModal: React.FC<AddModalProps> = ({
|
||||
open={open}
|
||||
centered={true}
|
||||
onOk={handleSumit}
|
||||
destroyOnClose={true}
|
||||
destroyOnHidden={true}
|
||||
closeIcon={false}
|
||||
maskClosable={false}
|
||||
keyboard={false}
|
||||
|
||||
@@ -48,7 +48,7 @@ const AddCluster: React.FC<AddModalProps> = ({
|
||||
title={title}
|
||||
open={open}
|
||||
onCancel={handleCancel}
|
||||
destroyOnClose={true}
|
||||
destroyOnHidden={true}
|
||||
closeIcon={true}
|
||||
maskClosable={false}
|
||||
keyboard={false}
|
||||
|
||||
@@ -28,7 +28,7 @@ const AddCluster: React.FC<AddModalProps> = ({
|
||||
title={title}
|
||||
open={open}
|
||||
onCancel={handleCancel}
|
||||
destroyOnClose={true}
|
||||
destroyOnHidden={true}
|
||||
closeIcon={true}
|
||||
maskClosable={false}
|
||||
keyboard={false}
|
||||
|
||||
Reference in New Issue
Block a user