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:
committed by
Anukriti Singh
parent
e8e9531141
commit
33b32b5409
+1
-1
@@ -30,7 +30,7 @@
|
|||||||
.mat-form-field-flex {
|
.mat-form-field-flex {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mat-form-field-infix {
|
.mat-form-field-infix {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -493,7 +493,7 @@ describe('ContentMetadataComponent', () => {
|
|||||||
component.editable = false;
|
component.editable = false;
|
||||||
component.toggleEditMode(ButtonType.GeneralInfo);
|
component.toggleEditMode(ButtonType.GeneralInfo);
|
||||||
expect(component.editable).toBe(true);
|
expect(component.editable).toBe(true);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should toggle tags editable', () => {
|
it('should toggle tags editable', () => {
|
||||||
component.editableTags = false;
|
component.editableTags = false;
|
||||||
|
|||||||
+1
-1
@@ -367,7 +367,7 @@ export class ContentMetadataComponent implements OnChanges, OnInit, OnDestroy {
|
|||||||
this.showSnackbar('METADATA.BASIC.SNACKBAR_MESSAGE');
|
this.showSnackbar('METADATA.BASIC.SNACKBAR_MESSAGE');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
|
|
||||||
switch (buttonType) {
|
switch (buttonType) {
|
||||||
|
|||||||
Reference in New Issue
Block a user