[ACS-5645] Lint fixes

This commit is contained in:
Yasa-Nataliya
2023-10-13 16:28:27 +05:30
committed by Anukriti Singh
parent af552aa0ce
commit b7a71218fa
@@ -191,7 +191,7 @@ export class ContentMetadataComponent implements OnChanges, OnInit, OnDestroy {
/** /**
* Group content state * Group content state
* *
* @Input group: CardViewGroup; * @type {CardViewGroup}
*/ */
@Input() @Input()
group: CardViewGroup; group: CardViewGroup;
@@ -323,9 +323,9 @@ export class ContentMetadataComponent implements OnChanges, OnInit, OnDestroy {
/** /**
* Called after clicking the save button. It confirms all changes done for metadata and hides both category and tag name controls. * Called after clicking the save button. It confirms all changes done for metadata and hides both category and tag name controls.
* *
* @param {string} buttonType - The type of button clicked. * @param buttonType - The type of button clicked.
* @param {Event} event - The click event. * @param event - The click event.
* @param {string} group - The group associated with the action. * @param group - The group associated with the action.
*/ */
saveChanges(buttonType: ButtonType, event: MouseEvent, group?: CardViewGroup) { saveChanges(buttonType: ButtonType, event: MouseEvent, group?: CardViewGroup) {
event.stopPropagation(); event.stopPropagation();