fix quiteid type

This commit is contained in:
vchikalkin 2020-11-16 17:06:06 +03:00
parent 3b70d4126c
commit 92b0528ee0

View File

@ -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
}