Skip to content

when user refreshes specifc data should be retained #181

@github-actions

Description

@github-actions

// 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) {


This issue was generated by todo-issue based on a TODO comment in 4081491. It's been assigned to @tarakaswathi-datazip because they committed the code.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions