Skip to content

Commit

Permalink
UIQM-571 Wait for PUT request to finish after deriving before redirec…
Browse files Browse the repository at this point in the history
…ting to Inventory
  • Loading branch information
BogdanDenis committed Oct 31, 2023
1 parent da3e996 commit 83b78be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/QuickMarcEditor/QuickMarcDeriveWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ const QuickMarcDeriveWrapper = ({

return mutator.quickMarcEditMarcRecord.POST(formValuesForDerive)
.then(async ({ qmRecordId }) => {
onClose('id'); // https://issues.folio.org/browse/UIQM-82

try {
const { externalId } = await getQuickMarcRecordStatus({
quickMarcRecordStatusGETRequest: mutator.quickMarcRecordStatus.GET,
Expand Down

0 comments on commit 83b78be

Please sign in to comment.