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 {
assocs = ['Answers'];
autoSaveInterval;
autoSavedOn;
autoSaveLabel = '';
autoSaveLabel = 'a few seconds ago';
selectedAnswers = [];
constructor(
......
......@@ -20,7 +20,7 @@ export class WorkPreferenceComponent extends BaseComponent implements OnInit, On
assocs = ['CultureElement', 'CultureElement.Questions'];
autoSaveInterval;
autoSavedOn;
autoSaveLabel = '';
autoSaveLabel = 'a few seconds ago';
constructor(
private as: AssessmentService,
......
......@@ -19,7 +19,7 @@ export class WorkStyleComponent extends BaseComponent implements OnInit, OnDestr
answerScales = [];
autoSaveInterval;
autoSavedOn;
autoSaveLabel = '';
autoSaveLabel = 'a few seconds ago';
constructor(
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