From 558357b03e7ff853fbaabb2cf8c62990fbc8947e Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Thu, 22 Jun 2023 16:48:10 +0300 Subject: [PATCH] [Library | develop]: full-screen-modal.component.ts: [Bug fix] Removed uk-invisible class from ok and cancel buttons section (wrong check and buttons never appeared) & Added uk-disabled class in back link. --- utils/modal/full-screen-modal/full-screen-modal.component.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/utils/modal/full-screen-modal/full-screen-modal.component.ts b/utils/modal/full-screen-modal/full-screen-modal.component.ts index 07c542fb..4dbc5033 100644 --- a/utils/modal/full-screen-modal/full-screen-modal.component.ts +++ b/utils/modal/full-screen-modal/full-screen-modal.component.ts @@ -23,7 +23,7 @@ declare var ResizeObserver;
-
@@ -32,8 +32,7 @@ declare var ResizeObserver;

{{title}}

+ [class.uk-flex-center]="okButton" [class.uk-flex-right]="!okButton">