Added destroyOnHidden property to the new job modal for improved resource management.

This commit is contained in:
Tom Butcher 2025-12-09 02:09:36 +00:00
parent 7a4dec3f54
commit 2d2aff125c

View File

@ -85,6 +85,7 @@ const Jobs = () => {
open={newJobOpen} open={newJobOpen}
footer={null} footer={null}
width={700} width={700}
destroyOnHidden={true}
onCancel={() => { onCancel={() => {
setNewJobOpen(false) setNewJobOpen(false)
}} }}