Merge pull request #5581 from SDA-SE/feat/apidocssearch

Fix setting the state with `useQueryParamState` makes inputs lose their focus
This commit is contained in:
Ben Lambert
2021-05-07 15:42:09 +02:00
committed by GitHub
4 changed files with 98 additions and 69 deletions
@@ -156,7 +156,6 @@ export const ApiExplorerTable = ({
}: ExplorerTableProps) => {
const [queryParamState, setQueryParamState] = useQueryParamState<TableState>(
'apiTable',
500,
);
if (error) {