fix: Refresh window records should not run callout. (#437)
parent
5259c6c408
commit
f9187f2795
|
@ -402,6 +402,7 @@ const windowControl = {
|
||||||
parentUuid,
|
parentUuid,
|
||||||
containerUuid,
|
containerUuid,
|
||||||
newValues: response,
|
newValues: response,
|
||||||
|
isSendCallout: false,
|
||||||
isSendToServer: false
|
isSendToServer: false
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
@ -691,6 +692,7 @@ const windowControl = {
|
||||||
parentUuid,
|
parentUuid,
|
||||||
containerUuid,
|
containerUuid,
|
||||||
newValues,
|
newValues,
|
||||||
|
isSendCallout: false,
|
||||||
isSendToServer: false
|
isSendToServer: false
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue