fix: correct bug in the reports table, invalid column displaying
Details: - Addressed a bug in the reports table where an invalid column was being displayed.feat-scaling-ticket-remote-creation
parent
6baca795c3
commit
4a6fb3f61e
|
@ -243,7 +243,6 @@ let columnsData = [
|
|||
|
||||
let columnsDataSuper = [
|
||||
{ title: `Tipo`, field: 'isRemote' },
|
||||
{ title: `${i18n.t("reports.listColumns.column1_0")}`, field: 'isRemote' },
|
||||
{ title: `${i18n.t("reports.listColumns.column1_1")}`, field: 'whatsapp.name' },
|
||||
{ title: `${i18n.t("reports.listColumns.column1_2")}`, field: 'user.name' },
|
||||
{ title: `${i18n.t("reports.listColumns.column0_3")}`, field: 'contact.name' },
|
||||
|
|
Loading…
Reference in New Issue