diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bbed2be0..0737cf001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.109.17 - 2025-01-08 + +[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.109.16...v2.109.17) + +- [#2442](https://github.com/ORCID/orcid-angular/pull/2442): format-fix + ## v2.109.16 - 2025-01-08 [Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.109.15...v2.109.16) diff --git a/src/app/cdk/deep-select-input/deep-select-input/deep-select-input.component.scss b/src/app/cdk/deep-select-input/deep-select-input/deep-select-input.component.scss index ed4590f09..d208e466e 100644 --- a/src/app/cdk/deep-select-input/deep-select-input/deep-select-input.component.scss +++ b/src/app/cdk/deep-select-input/deep-select-input/deep-select-input.component.scss @@ -103,6 +103,6 @@ button.mat-button-wrap-text:not(.mobile):not(.secondaryItem) { padding: 0 16px; } -input{ +input { cursor: pointer; } diff --git a/src/app/record/components/work-form/work-form/work-form.component.ts b/src/app/record/components/work-form/work-form/work-form.component.ts index 4254aba47..e743b2ea0 100644 --- a/src/app/record/components/work-form/work-form/work-form.component.ts +++ b/src/app/record/components/work-form/work-form/work-form.component.ts @@ -71,7 +71,6 @@ export class WorkFormComponent implements OnInit { ariaLabelWork = $localize`:@@shared.ariaLabelWork:Work` ariaLabelWorkType = $localize`:@@works.workType:Work type` - @Input() work: Work @Input() userRecord: UserRecord @Input() externalIdentifier: boolean