From b7a71218fa52ca756a820bfddc3e123d9328eba9 Mon Sep 17 00:00:00 2001 From: Yasa-Nataliya Date: Mon, 9 Oct 2023 14:07:34 +0530 Subject: [PATCH] [ACS-5645] Lint fixes --- .../content-metadata/content-metadata.component.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.ts b/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.ts index 88a1c2a5d7..f4a1b43577 100644 --- a/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.ts +++ b/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.ts @@ -191,7 +191,7 @@ export class ContentMetadataComponent implements OnChanges, OnInit, OnDestroy { /** * Group content state * - * @Input group: CardViewGroup; + * @type {CardViewGroup} */ @Input() 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. * - * @param {string} buttonType - The type of button clicked. - * @param {Event} event - The click event. - * @param {string} group - The group associated with the action. + * @param buttonType - The type of button clicked. + * @param event - The click event. + * @param group - The group associated with the action. */ saveChanges(buttonType: ButtonType, event: MouseEvent, group?: CardViewGroup) { event.stopPropagation();