mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 08:36:01 +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