feat(sep): testing integrate reference
This commit is contained in:
@@ -70,8 +70,7 @@ async function fetchPatients(params: any = { 'page-size': 10 }) {
|
||||
patients.value = result.body.data.map(mapPatientToRow)
|
||||
paginationMeta.value = mapPaginationMetaToRow(meta)
|
||||
} else {
|
||||
// fallback to empty array
|
||||
patients.value = []
|
||||
patients.value = [] // fallback to empty array
|
||||
}
|
||||
} catch (err) {
|
||||
console.error('Failed to fetch patients for SEP search:', err)
|
||||
|
||||
Reference in New Issue
Block a user