This is an automated email from the ASF dual-hosted git repository.
lzwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 94c7a00628 [INLONG-8624][Dashboard] Tenant management search tenants
are displayed normally (#8626)
94c7a00628 is described below
commit 94c7a0062887a78f03047ceb3d9c4c915a14af50
Author: Lizhen <[email protected]>
AuthorDate: Wed Aug 2 17:36:43 2023 +0800
[INLONG-8624][Dashboard] Tenant management search tenants are displayed
normally (#8626)
---
inlong-dashboard/src/ui/pages/TenantManagement/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/inlong-dashboard/src/ui/pages/TenantManagement/index.tsx
b/inlong-dashboard/src/ui/pages/TenantManagement/index.tsx
index 8dae39e1f4..f0012b1584 100644
--- a/inlong-dashboard/src/ui/pages/TenantManagement/index.tsx
+++ b/inlong-dashboard/src/ui/pages/TenantManagement/index.tsx
@@ -100,7 +100,7 @@ const Comp: React.FC = () => {
const onFilter = keyword => {
setOptions(prev => ({
...prev,
- keyword,
+ ...keyword,
pageNum: 1,
}));
};