From cc2bc3e8416fbd2dbdb6b82fe452771de5161676 Mon Sep 17 00:00:00 2001 From: FlorianSpeicher Date: Wed, 18 Jun 2025 15:31:26 +0200 Subject: [PATCH] Minor chnages --- 01-frontend/src/helper/adminpanel/AccountsInfo.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01-frontend/src/helper/adminpanel/AccountsInfo.tsx b/01-frontend/src/helper/adminpanel/AccountsInfo.tsx index 00cdc8c..f856714 100644 --- a/01-frontend/src/helper/adminpanel/AccountsInfo.tsx +++ b/01-frontend/src/helper/adminpanel/AccountsInfo.tsx @@ -76,13 +76,13 @@ export default function AccountsInfo() { field: 'email', headerName: t('email'), width: 150, - editable: true, + editable: false, }, { field: 'langI18n', headerName: t('language'), width: 150, - editable: true, + editable: false, }, { //edit billing information button field: "customer",