Skip to content

Commit

Permalink
fix(app-form-builder): fb submission sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
brunozoric committed Oct 20, 2021
1 parent 6102261 commit a3407ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-form-builder/src/admin/graphql.ts
Expand Up @@ -88,7 +88,7 @@ export const GET_FORM_REVISIONS = gql`
export const LIST_FORM_SUBMISSIONS = gql`
query FbListFormSubmissions(
$form: ID!
$sort: FbSubmissionSortInput
$sort: [FbSubmissionSort!]
$limit: Int
$after: String
) {
Expand Down

0 comments on commit a3407ba

Please sign in to comment.