[ACS-5645]linting fixes

This commit is contained in:
Yasa-Nataliya
2023-10-09 20:22:06 +05:30
parent eeecde6c71
commit 1dffcc969d
3 changed files with 3 additions and 3 deletions
@@ -30,7 +30,7 @@
.mat-form-field-flex {
background: none;
}
.mat-form-field-infix {
padding: 0;
}
@@ -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;
@@ -367,7 +367,7 @@ export class ContentMetadataComponent implements OnChanges, OnInit, OnDestroy {
this.showSnackbar('METADATA.BASIC.SNACKBAR_MESSAGE');
return;
}
event.stopPropagation();
switch (buttonType) {