Merge remote-tracking branch 'origin/staging' into origin/production

This commit is contained in:
Linksehat Staging Server
2024-01-08 11:48:15 +07:00
5 changed files with 30 additions and 5 deletions

View File

@@ -234,6 +234,12 @@ function handleChangeTab(event: React.SyntheticEvent, newValue: string) {
label: localeData.txtRequestCode,
isSort: true,
},
{
id: 'provider',
align: 'left',
label: localeData.txtProvider,
isSort: true,
},
{
id: 'full_name',
align: 'left',

View File

@@ -221,6 +221,12 @@ export default function TableListFinalLog() {
label: localeData.txtRequestCode,
isSort: true,
},
{
id: 'provider',
align: 'left',
label: localeData.txtProvider,
isSort: true,
},
{
id: 'full_name',
align: 'left',