Skip to content

Commit

Permalink
[INLONG-8624][Dashboard] Tenant management search tenants are display…
Browse files Browse the repository at this point in the history
…ed normally (#8626)
  • Loading branch information
bluewang authored Aug 2, 2023
1 parent 6b50691 commit 94c7a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inlong-dashboard/src/ui/pages/TenantManagement/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const Comp: React.FC = () => {
const onFilter = keyword => {
setOptions(prev => ({
...prev,
keyword,
...keyword,
pageNum: 1,
}));
};
Expand Down

0 comments on commit 94c7a00

Please sign in to comment.