Skip to content

Commit

Permalink
[ACS-5645] Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasa-Nataliya committed Oct 9, 2023
1 parent 437e6b1 commit aa9c81c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export class ContentMetadataComponent implements OnChanges, OnInit, OnDestroy {
/**
* Group content state
*
* @Input group: CardViewGroup;
* @type {CardViewGroup}
*/
@Input()
group: CardViewGroup;
Expand Down Expand Up @@ -319,9 +319,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();
Expand Down

0 comments on commit aa9c81c

Please sign in to comment.