Added destroyOnHidden property to the new job modal for improved resource management.
This commit is contained in:
parent
7a4dec3f54
commit
2d2aff125c
@ -85,6 +85,7 @@ const Jobs = () => {
|
||||
open={newJobOpen}
|
||||
footer={null}
|
||||
width={700}
|
||||
destroyOnHidden={true}
|
||||
onCancel={() => {
|
||||
setNewJobOpen(false)
|
||||
}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user