-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Description
olake-ui/ui/src/modules/jobs/pages/JobEdit.tsx
Lines 247 to 252 in 4081491
// TODO: when user refreshes specifc data should be retained | |
let job = jobs.find(j => j.id.toString() === jobId) | |
if (job) { | |
setJob(job) | |
initializeFromExistingJob(job) | |
} else if (jobId) { |