Browse Source

docs: debounce reportSearch in overview page

pull/24895/head
afc163 5 years ago
parent
commit
18dc8bf961
  1. 2
      site/theme/template/Content/ComponentOverview.jsx

2
site/theme/template/Content/ComponentOverview.jsx

@ -25,7 +25,7 @@ const reportSearch = debounce(value => {
event_label: value,
});
}
}, 500);
}, 2000);
const { Title } = Typography;
const ComponentOverview = ({

Loading…
Cancel
Save