From 781eb22cf11f44ffac95df5b4689677f25211af6 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Sat, 20 Oct 2018 15:26:54 +0000 Subject: [PATCH] mailPrefs.component: use 'showSaveResetButtons' variable to show or hide 'save' and 'reset' buttons. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@53538 d315682c-612b-4755-9ff5-7f18f6832af3 --- .../src/app/userEmailPreferences/mailPrefs.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal-4cli-lib/src/app/userEmailPreferences/mailPrefs.component.ts b/portal-4cli-lib/src/app/userEmailPreferences/mailPrefs.component.ts index dc8621fd..094a9bc9 100644 --- a/portal-4cli-lib/src/app/userEmailPreferences/mailPrefs.component.ts +++ b/portal-4cli-lib/src/app/userEmailPreferences/mailPrefs.component.ts @@ -5,7 +5,7 @@ import {Observable} from 'rxjs/Observable'; @Component({ selector: 'openaire-mailPrefs', template: ` - + ` })