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