Fix setting the state with useQueryParamState makes inputs lose their focus

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
Oliver Sand
2021-05-05 11:34:27 +02:00
parent 1a10956029
commit 889d89b6ec
3 changed files with 15 additions and 6 deletions
@@ -156,7 +156,6 @@ export const ApiExplorerTable = ({
}: ExplorerTableProps) => {
const [queryParamState, setQueryParamState] = useQueryParamState<TableState>(
'apiTable',
500,
);
if (error) {