Merge pull request #5267 from MiguelRamBalt/bug/APIs-search-box

add debounce time for apis-docs
This commit is contained in:
Ben Lambert
2021-04-09 16:43:47 +02:00
committed by GitHub
4 changed files with 11 additions and 1 deletions
@@ -156,6 +156,7 @@ export const ApiExplorerTable = ({
}: ExplorerTableProps) => {
const [queryParamState, setQueryParamState] = useQueryParamState<TableState>(
'apiTable',
500,
);
if (error) {