mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-5645]linting fixes
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@
|
||||
.mat-form-field-flex {
|
||||
background: none;
|
||||
}
|
||||
|
||||
|
||||
.mat-form-field-infix {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
+1
-1
@@ -493,7 +493,7 @@ describe('ContentMetadataComponent', () => {
|
||||
component.editable = false;
|
||||
component.toggleEditMode(ButtonType.GeneralInfo);
|
||||
expect(component.editable).toBe(true);
|
||||
});
|
||||
});
|
||||
|
||||
it('should toggle tags editable', () => {
|
||||
component.editableTags = false;
|
||||
|
||||
+1
-1
@@ -367,7 +367,7 @@ export class ContentMetadataComponent implements OnChanges, OnInit, OnDestroy {
|
||||
this.showSnackbar('METADATA.BASIC.SNACKBAR_MESSAGE');
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
event.stopPropagation();
|
||||
|
||||
switch (buttonType) {
|
||||
|
||||
Reference in New Issue
Block a user