diff --git a/01-frontend/src/helper/adminpanel/AccountsInfo.tsx b/01-frontend/src/helper/adminpanel/AccountsInfo.tsx index cc65760..aaefaa1 100644 --- a/01-frontend/src/helper/adminpanel/AccountsInfo.tsx +++ b/01-frontend/src/helper/adminpanel/AccountsInfo.tsx @@ -14,12 +14,7 @@ export default function AccountsInfo() { //TODO: implement console.log("CustomerEdit", account); } - - function handleAccountPasswordEdit(account: AccountType) { - //TODO: implement - console.log("PasswordEdit", account); - } - + const _rows: AccountType[] = [ { id: 1, @@ -153,17 +148,6 @@ export default function AccountsInfo() { width: 150, editable: true, }, - { - field: 'password', - headerName: t('password'), - width: 90, - editable: true, - sortable: false, - disableReorder: true, - disableExport: true, - renderCell: params => handleAccountPasswordEdit(params.row)}> - , - }, { field: 'langI18n', headerName: t('language'),