Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

Commit

Permalink
Fix graphql create crowdaction mutation
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwboschker committed Jul 17, 2020
1 parent 2cbf141 commit 0d6deda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/src/pages/crowdactions/Create/Create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const CreateCrowdactionPage = () => {
};

const [createCrowdaction] = useMutation(gql`
mutation Create($crowdaction: NewCrowdactionInputGraph) {
mutation Create($crowdaction: NewCrowdactionInputGraph!) {
crowdaction {
createCrowdaction(crowdaction: $crowdaction) {
succeeded
Expand Down

0 comments on commit 0d6deda

Please sign in to comment.