ui: fix test delivery params in create webhook form (#12318)

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
Abhishek Kumar 2025-12-30 15:37:32 +05:30 committed by GitHub
parent 56a39e6be7
commit 5cb279b6f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ export default {
params.payloadUrl = this.payloadUrl
}
if (this.sslVerification) {
params.payload = this.sslVerification
params.sslVerification = this.sslVerification
}
if (this.secretKey) {
params.secretKey = this.secretKey

View File

@ -135,7 +135,7 @@
<test-webhook-delivery-view
ref="dispatchview"
:payloadUrl="form.payloadurl"
:sslVerification="form.sslverification"
:sslVerification="isPayloadUrlHttps && form.sslverification"
:secretKey="form.secretkey"
:showActions="!(!form.payloadurl)" />
<a-form-item name="state" ref="state">