From ca39fc30d8e50eea10b68243df2f2a1896527af7 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 be7505d988..4b6c0f8a9e 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();