fix: rime api key
refactor: minor changes
This commit is contained in:
@@ -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({
|
||||
|
||||
@@ -119,6 +119,7 @@ const CallListTable = () => {
|
||||
Cell: (props) => {
|
||||
return <span>{props.row.original.patient_number}</span>;
|
||||
},
|
||||
enableSorting: false,
|
||||
enableColumnFilter: false,
|
||||
},
|
||||
{
|
||||
@@ -143,7 +144,6 @@ const CallListTable = () => {
|
||||
</IconButton>
|
||||
);
|
||||
},
|
||||
enableColumnFilter: false,
|
||||
},
|
||||
// {
|
||||
// id: "patient_name",
|
||||
|
||||
Reference in New Issue
Block a user