From a6e3704a04b2fce0f6d82c084d973bcbcb23e8d2 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Mon, 16 Nov 2020 17:16:02 +0300 Subject: [PATCH] fix quioteid link --- src/client/stores/CalculationStore/Effects/action.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }