Skip to content

Commit b427852

Browse files
committed
fix linter
1 parent 121121d commit b427852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/features/preprints/components/stepper/preprints-metadata-step/preprints-metadata-step.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { InputText } from 'primeng/inputtext';
99
import { Message } from 'primeng/message';
1010
import { Tooltip } from 'primeng/tooltip';
1111

12-
import { ChangeDetectionStrategy, Component, effect, inject, input, OnInit, output, untracked } from '@angular/core';
12+
import { ChangeDetectionStrategy, Component, effect, inject, input, OnInit, output } from '@angular/core';
1313
import { FormControl, FormGroup, ReactiveFormsModule, Validators } from '@angular/forms';
1414

1515
import { formInputLimits } from '@osf/features/preprints/constants';

0 commit comments

Comments
 (0)