Skip to content

Commit

Permalink
fix: adjust graphql service as well
Browse files Browse the repository at this point in the history
  • Loading branch information
zewa666 committed Jul 18, 2024
1 parent 0e97a1a commit 931e84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql/src/services/graphql.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ export class GraphqlService implements BackendService {
columnDef,
operator,
columnFilterOperator: columnFilter.operator,
searchValue,
searchValues: searchTerms,
grid: this._grid
});
}
Expand Down

0 comments on commit 931e84f

Please sign in to comment.