From d55b1819de86b435ad5533949720cba322ae089a Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 2 Aug 2022 23:23:19 +0300 Subject: [PATCH] Fix help text save button while form is invalid --- .../divhelpcontent/class-help-content-form.component.html | 4 ++-- dashboard/helpTexts/page-help-content-form.component.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dashboard/divhelpcontent/class-help-content-form.component.html b/dashboard/divhelpcontent/class-help-content-form.component.html index c2c1b05d..fd58f6db 100644 --- a/dashboard/divhelpcontent/class-help-content-form.component.html +++ b/dashboard/divhelpcontent/class-help-content-form.component.html @@ -19,8 +19,8 @@ (click)="resetCustom()" [class.uk-disabled]="!myForm.dirty" [disabled]="!myForm.dirty || showLoading">Reset - diff --git a/dashboard/helpTexts/page-help-content-form.component.html b/dashboard/helpTexts/page-help-content-form.component.html index dde0906c..2f51259b 100644 --- a/dashboard/helpTexts/page-help-content-form.component.html +++ b/dashboard/helpTexts/page-help-content-form.component.html @@ -19,8 +19,8 @@ (click)="resetCustom()" [class.uk-disabled]="!myForm.dirty" [disabled]="!myForm.dirty || showLoading">Reset -