feature: Surface Existing Unused APIs
This commit is contained in:
@@ -121,8 +121,7 @@ onMounted(async () => {
|
||||
})
|
||||
|
||||
async function loadQueue() {
|
||||
await batchStore.listBatches({
|
||||
status: 'AWAITING_CLINICAL_APPROVAL',
|
||||
await batchStore.listClinicalApprovalQueue({
|
||||
page: 1,
|
||||
pageSize: 50,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user