parent
0d5161d20d
commit
73f26704f4
|
|
@ -257,7 +257,7 @@ If No -Pt who do not have a Medicare card / Private patients with or without I
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
Accept: "audio/mp3",
|
Accept: "audio/mp3",
|
||||||
Authorization: "Bearer ElD2r2Dn9Lsl5qB5TupaGcKlWSEf2llo9CkHi2OrOOU",
|
Authorization: "Bearer OFhm3M8ZJKhooRPbm_eoQoUAVDmWGO_9SwdU7mXuvYU",
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
},
|
},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
|
|
|
||||||
|
|
@ -119,6 +119,7 @@ const CallListTable = () => {
|
||||||
Cell: (props) => {
|
Cell: (props) => {
|
||||||
return <span>{props.row.original.patient_number}</span>;
|
return <span>{props.row.original.patient_number}</span>;
|
||||||
},
|
},
|
||||||
|
enableSorting: false,
|
||||||
enableColumnFilter: false,
|
enableColumnFilter: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -143,7 +144,6 @@ const CallListTable = () => {
|
||||||
</IconButton>
|
</IconButton>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
enableColumnFilter: false,
|
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
// id: "patient_name",
|
// id: "patient_name",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue