mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
fix
This commit is contained in:
parent
4b53e66100
commit
bae11e9080
@ -70,7 +70,7 @@ export default function TableControl({
|
||||
setSelectedIndex((i) => Math.max(0, i - 1));
|
||||
}
|
||||
if (onKeyDown) onKeyDown(event);
|
||||
}, []);
|
||||
}, [setSelectedIndex, rows]);
|
||||
|
||||
return (
|
||||
<Table
|
||||
|
Loading…
Reference in New Issue
Block a user