mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 01:14:50 +08:00
搜索时去掉前后空格
This commit is contained in:
@@ -465,7 +465,7 @@ const Crontab = ({ headerStyle, isPhone }: any) => {
|
||||
};
|
||||
|
||||
const onSearch = (value: string) => {
|
||||
setSearchText(value);
|
||||
setSearchText(value.trim());
|
||||
};
|
||||
|
||||
const handleCrons = (cron: any) => {
|
||||
|
||||
Reference in New Issue
Block a user