From b08f1ab0c5b3a8c3dedfa79650eadf8255fb40b3 Mon Sep 17 00:00:00 2001 From: whyour Date: Sun, 4 Apr 2021 19:19:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/crontab/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(() => {