fix: replace deprecated antd APIs (Drawer width→size, Modal destroyOnClose→destroyOnHidden)
This commit is contained in:
@@ -476,7 +476,7 @@ const SchedulesPage: React.FC = () => {
|
||||
: null // no footer for detail mode
|
||||
}
|
||||
width={600}
|
||||
destroyOnClose
|
||||
destroyOnHidden
|
||||
>
|
||||
{modalMode === 'create' ? (
|
||||
<Form form={form} layout="vertical" style={{ marginTop: 16 }}>
|
||||
|
||||
Reference in New Issue
Block a user