Skip to content

Commit b2bdce5

Browse files
committed
Merge tag '25.3.1' into develop
Hotfix for preprint edit page
2 parents 73057fb + 20a9686 commit b2bdce5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/app/features/preprints/pages/update-preprint-stepper/update-preprint-stepper.component.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,12 @@ import {
4141
} from '../../components';
4242
import { submitPreprintSteps } from '../../constants';
4343
import { PreprintSteps, ProviderReviewsWorkflow, ReviewsState } from '../../enums';
44-
import { FetchPreprintById } from '../../store/preprint';
4544
import { GetPreprintProviderById, PreprintProvidersSelectors } from '../../store/preprint-providers';
46-
import { PreprintStepperSelectors, SetSelectedPreprintProviderId } from '../../store/preprint-stepper';
45+
import {
46+
FetchPreprintById,
47+
PreprintStepperSelectors,
48+
SetSelectedPreprintProviderId,
49+
} from '../../store/preprint-stepper';
4750

4851
@Component({
4952
selector: 'osf-update-preprint-stepper',

0 commit comments

Comments
 (0)