Commit f983f5f2 by Muhammad Usman

default value for auto-saved label on assessment screens

parent f7a281e6
...@@ -18,7 +18,7 @@ export class DiversityProfileComponent extends BaseComponent implements OnInit { ...@@ -18,7 +18,7 @@ export class DiversityProfileComponent extends BaseComponent implements OnInit {
assocs = ['Answers']; assocs = ['Answers'];
autoSaveInterval; autoSaveInterval;
autoSavedOn; autoSavedOn;
autoSaveLabel = ''; autoSaveLabel = 'a few seconds ago';
selectedAnswers = []; selectedAnswers = [];
constructor( constructor(
......
...@@ -20,7 +20,7 @@ export class WorkPreferenceComponent extends BaseComponent implements OnInit, On ...@@ -20,7 +20,7 @@ export class WorkPreferenceComponent extends BaseComponent implements OnInit, On
assocs = ['CultureElement', 'CultureElement.Questions']; assocs = ['CultureElement', 'CultureElement.Questions'];
autoSaveInterval; autoSaveInterval;
autoSavedOn; autoSavedOn;
autoSaveLabel = ''; autoSaveLabel = 'a few seconds ago';
constructor( constructor(
private as: AssessmentService, private as: AssessmentService,
......
...@@ -19,7 +19,7 @@ export class WorkStyleComponent extends BaseComponent implements OnInit, OnDestr ...@@ -19,7 +19,7 @@ export class WorkStyleComponent extends BaseComponent implements OnInit, OnDestr
answerScales = []; answerScales = [];
autoSaveInterval; autoSaveInterval;
autoSavedOn; autoSavedOn;
autoSaveLabel = ''; autoSaveLabel = 'a few seconds ago';
constructor( constructor(
private as: AssessmentService, private as: AssessmentService,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment