Commit caac40a
authored
fix(preprint): Change the import of FetchPreprintById action (#751)
## Purpose
Preprint edit page is not working after the 25.3.0 release. This fix the problem,
## Summary of Changes
The issue occurs because the `update-preprint-stepper` component imports and dispatches the `FetchPreprintById` action in `PreprintStateModel` instead of the `PreprintStepperStateModel`. Changed the import of the `FetchPreprintById` action to import from the correct place.1 parent 994b91d commit caac40a
File tree
1 file changed
+5
-2
lines changed- src/app/features/preprints/pages/update-preprint-stepper
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
0 commit comments