[ACS-5645]linting fixes

This commit is contained in:
Yasa-Nataliya
2023-10-13 16:20:25 +05:30
committed by Anukriti Singh
parent e8e9531141
commit 33b32b5409
3 changed files with 3 additions and 3 deletions
@@ -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;
} }
@@ -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;
@@ -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) {