fix: Refresh window records should not run callout. (#437)

pull/3759/head
Edwin Betancourt 2020-04-06 13:16:36 -04:00 committed by GitHub
parent 5259c6c408
commit f9187f2795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -402,6 +402,7 @@ const windowControl = {
parentUuid,
containerUuid,
newValues: response,
isSendCallout: false,
isSendToServer: false
})
}
@ -691,6 +692,7 @@ const windowControl = {
parentUuid,
containerUuid,
newValues,
isSendCallout: false,
isSendToServer: false
})
} else {