diff --git a/src/views/products/Manage.jsx b/src/views/products/Manage.jsx index 165805c..23c622f 100644 --- a/src/views/products/Manage.jsx +++ b/src/views/products/Manage.jsx @@ -74,7 +74,7 @@ function Index() { return {stateMapVal[`${r.audit_state_id}`]?.label}; }, }, - { title: t('products:AuditedBy'), key: 'audited_by', dataIndex: 'audited_by_name' }, + { title: t('products:AuditedBy'), key: 'audited_by', dataIndex: 'audited_by' }, { title: t('products:AuditDate'), key: 'audit_date', dataIndex: 'audit_date' }, { title: '',