diff --git a/src/client/stores/CalculationStore/Effects/action.ts b/src/client/stores/CalculationStore/Effects/action.ts index 66c7f4e..2c6a0a7 100644 --- a/src/client/stores/CalculationStore/Effects/action.ts +++ b/src/client/stores/CalculationStore/Effects/action.ts @@ -188,7 +188,7 @@ const actions: TAction = { CalculationService.crmgqlquery({ query: gql` query($quoteid: Uuid!) { - quote(quoteid: $quoteid) { + quote(quoteId: $quoteid) { offerprintform evo_quotename }