Skip to content

Commit

Permalink
Fix: type error
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjelonek committed Jan 7, 2025
1 parent 23b2471 commit 5fb87b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/show-job-list/JobsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@ function stateIcon(state: JobStatus | FailedJobStatus): string {
case 'ERROR':
return 'bi bi-x-circle'
}
return 'bi bi-x-circle'
}
</script>

0 comments on commit 5fb87b0

Please sign in to comment.