Merge remote-tracking branch 'origin/staging' into origin/production
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user