diff --git a/src/views/ClinicSetup/index.jsx b/src/views/ClinicSetup/index.jsx index fa85856..57cd987 100644 --- a/src/views/ClinicSetup/index.jsx +++ b/src/views/ClinicSetup/index.jsx @@ -257,7 +257,7 @@ If No -Pt who do not have a Medicare card / Private patients with or without I method: "POST", headers: { Accept: "audio/mp3", - Authorization: "Bearer ElD2r2Dn9Lsl5qB5TupaGcKlWSEf2llo9CkHi2OrOOU", + Authorization: "Bearer OFhm3M8ZJKhooRPbm_eoQoUAVDmWGO_9SwdU7mXuvYU", "Content-Type": "application/json", }, body: JSON.stringify({ diff --git a/src/views/ClinicTranscripts/index.jsx b/src/views/ClinicTranscripts/index.jsx index 9cf1ae4..d4d7ba9 100644 --- a/src/views/ClinicTranscripts/index.jsx +++ b/src/views/ClinicTranscripts/index.jsx @@ -119,6 +119,7 @@ const CallListTable = () => { Cell: (props) => { return {props.row.original.patient_number}; }, + enableSorting: false, enableColumnFilter: false, }, { @@ -143,7 +144,6 @@ const CallListTable = () => { ); }, - enableColumnFilter: false, }, // { // id: "patient_name",