diff --git a/app/handlers/encounter-init.handler.ts b/app/handlers/encounter-init.handler.ts index 8508987e..95e4e27d 100644 --- a/app/handlers/encounter-init.handler.ts +++ b/app/handlers/encounter-init.handler.ts @@ -270,8 +270,8 @@ export function injectComponents(id: string | number, data: EncounterListData, m } if (currentKeys?.chemotherapyProtocol) { currentKeys.chemotherapyProtocol['component'] = ChemoProtocolListAsync - currentKeys.encounter['props'] = { - data: data?.protocolChemotherapy, + currentKeys.chemotherapyProtocol['props'] = { + data: data?.encounter, paginationMeta: meta?.protocolChemotherapy, } }