mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix test responsiveness login component
This commit is contained in:
@@ -127,6 +127,7 @@ export class AlfrescoLoginComponent {
|
||||
* @param data
|
||||
*/
|
||||
onValueChanged(data: any) {
|
||||
this.error = false;
|
||||
for (let field in this.formError) {
|
||||
if (field) {
|
||||
this.formError[field] = '';
|
||||
|
Reference in New Issue
Block a user