DEICH-6240 move declaration of abortController
Compare changes
@@ -38,6 +38,8 @@ const WorkSeriesPublicationList = props => {
@@ -64,7 +66,6 @@ const WorkSeriesPublicationList = props => {
Needs to be declared before search function, which is a user of said abortController.
Closes DEICH-6240