mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
docs: debounce reportSearch in overview page
This commit is contained in:
parent
57190f197b
commit
18dc8bf961
@ -25,7 +25,7 @@ const reportSearch = debounce(value => {
|
||||
event_label: value,
|
||||
});
|
||||
}
|
||||
}, 500);
|
||||
}, 2000);
|
||||
|
||||
const { Title } = Typography;
|
||||
const ComponentOverview = ({
|
||||
|
Loading…
Reference in New Issue
Block a user