mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
fix RepoQuery typings
This commit is contained in:
@@ -234,7 +234,7 @@ function EntityDetailInner({
|
||||
const other = relation.other(entity);
|
||||
const [navigate] = useNavigate();
|
||||
|
||||
const search: Partial<RepoQuery> = {
|
||||
const search = {
|
||||
select: other.entity.getSelect(undefined, "table"),
|
||||
limit: 10,
|
||||
offset: 0
|
||||
|
||||
Reference in New Issue
Block a user