fix: rime api key

refactor: minor changes
This commit is contained in:
deepvasoya 2025-05-29 18:10:19 +05:30
parent 0d5161d20d
commit 73f26704f4
2 changed files with 2 additions and 2 deletions

View File

@ -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({

View File

@ -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",