Skip to content

Commit

Permalink
Merge branch 'develop' into fix/geo-area-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKhatri authored Sep 30, 2024
2 parents cf05c25 + ca0a4ab commit da80930
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/views/PillarAnalysis/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,10 @@ export const PROJECT_ENTRIES_FOR_ANALYSIS = gql`
$createdAtLte: DateTime,
$createdBy: [ID!],
$usedEntries: [ID!],
$hasComment: Boolean,
$filterableData: [EntryFilterDataInputType!]
$leadTitle: String,
$search: String,
$leadAssignees: [ID!],
$leadCreatedBy: [ID!],
$leadConfidentialities: [LeadConfidentialityEnum!],
Expand All @@ -406,7 +409,10 @@ export const PROJECT_ENTRIES_FOR_ANALYSIS = gql`
page: $page,
pageSize: $pageSize,
controlled: $controlled,
leadTitle: $leadTitle,
search: $search,
createdAtGte: $createdAtGte,
hasComment: $hasComment,
createdAtLte: $createdAtLte,
createdBy: $createdBy,
# NOTE: Filtering out all non-textual entries as they are not
Expand Down

0 comments on commit da80930

Please sign in to comment.