Initial check of removing feature flag (#13058)
This commit is contained in:
@@ -82,7 +82,6 @@
|
||||
|
||||
this.helpMessage = this.options.helpMessage || '';
|
||||
this.showMessages = _.isUndefined(this.options.showMessages) ? true : this.options.showMessages;
|
||||
this.enabled = _.isUndefined(this.options.enabled) ? true: this.options.enabled;
|
||||
|
||||
_.bindAll(this, 'modelValue', 'modelValueIsSet', 'showNotificationMessage','getNotificationMessage',
|
||||
'getMessage', 'title', 'showHelpMessage', 'showInProgressMessage', 'showSuccessMessage',
|
||||
|
||||
Reference in New Issue
Block a user