fix "build" status not being correctly retrieved

This commit is contained in:
2024-01-25 00:56:02 +01:00
parent e7ad679c34
commit 0e38f4891b

View File

@@ -171,7 +171,7 @@ const selectStatus = ref({ title: 'Status (any)', value: 'any' })
const selectStatusItems = [
{ title: 'Status (any)', value: 'any' },
{ title: 'Latest', value: 'latest' },
{ title: 'Built', value: 'built' },
{ title: 'Built', value: 'build' },
{ title: 'Failed', value: 'failed' },
{ title: 'Skipped', value: 'skipped' },
{ title: 'Delayed', value: 'delayed' },