From 88768d012debc1b574816908ea3d0954c83c91ac Mon Sep 17 00:00:00 2001 From: jackyin Date: Mon, 25 Nov 2024 23:00:48 +0800 Subject: [PATCH] UserTable: fix issue when search query contains "." (#94389) --- public/app/features/admin/UserListAdminPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/admin/UserListAdminPage.tsx b/public/app/features/admin/UserListAdminPage.tsx index 72f7aa49431..5263019b883 100644 --- a/public/app/features/admin/UserListAdminPage.tsx +++ b/public/app/features/admin/UserListAdminPage.tsx @@ -79,6 +79,7 @@ const UserListAdminPageUnConnected = ({ autoFocus={true} value={query} onChange={changeQuery} + escapeRegex={false} />