diff --git a/src/pages/crontab/index.tsx b/src/pages/crontab/index.tsx index b559aa7d..add7572a 100644 --- a/src/pages/crontab/index.tsx +++ b/src/pages/crontab/index.tsx @@ -312,7 +312,7 @@ const Crontab = () => { }; const onSearch = (value: string) => { - setSearchText(searchText); + setSearchText(value); }; useEffect(() => {