Merge pull request #5267 from MiguelRamBalt/bug/APIs-search-box
add debounce time for apis-docs
This commit is contained in:
@@ -156,6 +156,7 @@ export const ApiExplorerTable = ({
|
||||
}: ExplorerTableProps) => {
|
||||
const [queryParamState, setQueryParamState] = useQueryParamState<TableState>(
|
||||
'apiTable',
|
||||
500,
|
||||
);
|
||||
|
||||
if (error) {
|
||||
|
||||
Reference in New Issue
Block a user