chore: upgrade antd lib to 5.25.4
This commit is contained in:
@@ -23,7 +23,7 @@ const AddWorker: React.FC<ViewModalProps> = (props) => {
|
||||
open={open}
|
||||
centered={false}
|
||||
onCancel={onCancel}
|
||||
destroyOnClose={true}
|
||||
destroyOnHidden={true}
|
||||
closeIcon={true}
|
||||
maskClosable={false}
|
||||
keyboard={false}
|
||||
|
||||
@@ -42,7 +42,7 @@ const UpdateLabels: React.FC<ViewModalProps> = (props) => {
|
||||
open={open}
|
||||
centered={true}
|
||||
onCancel={onCancel}
|
||||
destroyOnClose={true}
|
||||
destroyOnHidden={true}
|
||||
closeIcon={true}
|
||||
maskClosable={false}
|
||||
keyboard={false}
|
||||
|
||||
@@ -23,7 +23,7 @@ const WorkerDetailModal: React.FC<WorkerDetailModalProps> = ({
|
||||
width={'calc(100vw - 200px)'}
|
||||
title={`${currentData?.name}`}
|
||||
open={open}
|
||||
destroyOnClose={true}
|
||||
destroyOnHidden={true}
|
||||
onClose={handleOnClose}
|
||||
>
|
||||
<WorkerDetailContent worker_id={currentData?.id} />
|
||||
|
||||
Reference in New Issue
Block a user