Browse Source

Merge pull request #572 from colinin/fix-initliza-send-record

fix(webhooks): 初始化参数
pull/580/head
yx lin 4 years ago
committed by GitHub
parent
commit
e84b5db834
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      apps/vue/src/views/webhooks/send-attempts/components/SendAttemptModal.vue

3
apps/vue/src/views/webhooks/send-attempts/components/SendAttemptModal.vue

@ -182,6 +182,9 @@
responseStatusCode: undefined,
creationTime: new Date(),
lastModificationTime: undefined,
requestHeaders: {},
responseHeaders: {},
sendExactSameData: false,
}
}

Loading…
Cancel
Save