fix quiteid type
This commit is contained in:
parent
3b70d4126c
commit
92b0528ee0
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user