mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -182,7 +182,7 @@ export class MetadataSchemaComponent implements OnInit {
|
||||
this.forceUpdateFields();
|
||||
});
|
||||
}
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -199,9 +199,9 @@ export class MetadataSchemaComponent implements OnInit {
|
||||
);
|
||||
messages.subscribe(([head, content]) => {
|
||||
if (success) {
|
||||
this.notificationsService.success(head, content)
|
||||
this.notificationsService.success(head, content);
|
||||
} else {
|
||||
this.notificationsService.error(head, content)
|
||||
this.notificationsService.error(head, content);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user