This is an automated email from the ASF dual-hosted git repository.

msyavuz pushed a commit to branch msyavuz/fix/ci-issues
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 8634a07119692726d85b0bdb7aca007d9028bff2
Author: Mehmet Salih Yavuz <[email protected]>
AuthorDate: Wed Apr 16 11:15:41 2025 +0300

    fix: correct id
---
 superset-frontend/src/pages/UsersList/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/pages/UsersList/index.tsx 
b/superset-frontend/src/pages/UsersList/index.tsx
index e3baaef931..2bfe2574f2 100644
--- a/superset-frontend/src/pages/UsersList/index.tsx
+++ b/superset-frontend/src/pages/UsersList/index.tsx
@@ -294,7 +294,7 @@ function UsersList({ user }: UsersListProps) {
       },
       {
         accessor: 'fail_login_count',
-        id: 'login_count',
+        id: 'fail_login_count',
         Header: t('Fail login count'),
         hidden: true,
         Cell: ({ row: { original } }: any) => original.fail_login_count,

Reply via email to