diff --git a/src/app/appmarket/admin/webhook/webhook-details/webhook-details.component.ts b/src/app/appmarket/admin/webhook/webhook-details/webhook-details.component.ts
index 0ddd30662abf6c4ce95d3c62f3be27a63d0d26d7..5d4d504f90868a45c0b500a10297772f4a3c434c 100644
--- a/src/app/appmarket/admin/webhook/webhook-details/webhook-details.component.ts
+++ b/src/app/appmarket/admin/webhook/webhook-details/webhook-details.component.ts
@@ -72,7 +72,6 @@ export class WebhookDetailsComponent extends BaseComponent implements OnInit {
 
     public isFormValid(): boolean {
       if(this.authRequired) {
-               this.webhook.authorizationHeader !== null && this.webhook.authorizationHeader !== "")
         return this.webhook.tokenValue !== null && this.webhook.tokenValue !== "" &&
                this.webhook.authorizationHeader !== null && this.webhook.authorizationHeader !== "";
       } else {