Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
thecalcc committed Dec 17, 2024
1 parent 8728b01 commit 2fe4be9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {IDropdownConfigVocabulary, IAuthoringFieldV2, ISubject, IVocabularyItem} from 'superdesk-api';
import {superdeskApi} from '../../../superdeskApi';
import {IFieldDefinition} from '../profile';
import {IFieldDefinition} from '../field-definitions/interfaces';
import {getPlanningProfileFields} from '../profile-fields';

export const getCustomVocabularyFields = () => {
Expand Down

0 comments on commit 2fe4be9

Please sign in to comment.