Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro-Melnyshyn committed Oct 31, 2023
1 parent a70a381 commit 391080d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/QuickMarcEditor/QuickMarcEditWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
useStripes,
} from '@folio/stripes/core';
import { useShowCallout } from '@folio/stripes-acq-components';
import { getHeaders } from '@folio/stripes-marc-components';

import QuickMarcEditor from './QuickMarcEditor';
import { useAuthorityLinking } from '../hooks';
Expand All @@ -36,7 +37,6 @@ import {
autopopulateFixedField,
autopopulatePhysDescriptionField,
autopopulateMaterialCharsField,
getHeaders,
applyCentralTenantInHeaders,
} from './utils';
import {
Expand Down
2 changes: 1 addition & 1 deletion src/QuickMarcEditor/QuickMarcEditorContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import {
baseManifest,
useShowCallout,
} from '@folio/stripes-acq-components';
import { getHeaders } from '@folio/stripes-marc-components';

import {
EXTERNAL_INSTANCE_APIS,
Expand All @@ -36,7 +37,6 @@ import {
splitFields,
getCreateBibMarcRecordResponse,
getCreateAuthorityMarcRecordResponse,
getHeaders,
applyCentralTenantInHeaders,
} from './utils';
import { QUICK_MARC_ACTIONS } from './constants';
Expand Down

0 comments on commit 391080d

Please sign in to comment.