feature: Surface Existing Unused APIs
CI / backend (push) Successful in 5m58s
CI / frontend (push) Failing after 1m15s

This commit is contained in:
2026-08-12 04:56:06 +08:00
parent 4085aaa549
commit 00f832aa73
19 changed files with 1453 additions and 17 deletions
@@ -121,8 +121,7 @@ onMounted(async () => {
})
async function loadQueue() {
await batchStore.listBatches({
status: 'AWAITING_CLINICAL_APPROVAL',
await batchStore.listClinicalApprovalQueue({
page: 1,
pageSize: 50,
})