mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-06 08:01:35 +00:00
check nit
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
// Only show error state if we couldn't load the job data
|
||||
// If the job failed but we have the job object, let it display normally
|
||||
if (!currentJob) {
|
||||
loadError = error?.body || error?.message || 'Failed to load job details'
|
||||
loadError = (error as any)?.body || error?.message || 'Failed to load job details'
|
||||
}
|
||||
isLoadingJobDetails = false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user