Skip to content

Commit

Permalink
fix traveler unvirtualise query
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed May 11, 2024
1 parent 03488a5 commit 1e2e867
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imports/cyto/traveler.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { serializeWhere } from '@deep-foundation/deeplinks/imports/client';
import { Id } from '@deep-foundation/deeplinks/imports/minilinks';
import _flatten from 'lodash/flatten';
import _isEqual from 'lodash/isEqual';
Expand All @@ -24,7 +25,7 @@ export function initializeTraveler(ncy, deepRef, spaceIdRef) {
} },
to: { data: {
type_id: deep.idLocal('@deep-foundation/core', 'Query'),
object: { data: { value: query } },
object: { data: { value: deep.serializeWhere(query) } },
in: { data: [
{
type_id: deep.idLocal('@deep-foundation/core', 'Contain'),
Expand Down

0 comments on commit 1e2e867

Please sign in to comment.