Skip to content

Commit

Permalink
fixup! fix(deps): update dependency @mdapi-issues/listmetadata-standa…
Browse files Browse the repository at this point in the history
…rdvalueset to v3
  • Loading branch information
amtrack committed Nov 15, 2024
1 parent 57c0602 commit 2662d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/picklists/standard-value-set.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import STANDARDVALUESET_MAPPING from '@mdapi-issues/listmetadata-standardvalueset/lib/mapping.js';
import { MAPPING as STANDARDVALUESET_MAPPING } from '@mdapi-issues/listmetadata-standardvalueset';

Check failure on line 1 in src/plugins/picklists/standard-value-set.ts

View workflow job for this annotation

GitHub Actions / default

Module '"@mdapi-issues/listmetadata-standardvalueset"' has no exported member 'MAPPING'.

const editUrl = (id: string, type: string) => `_ui/common/config/field/StandardFieldAttributes/d?id=${id}&type=${type}`;
const editUrlMasterDetail = (tid: string, pt: string) => `setup/ui/picklist_masterdetail.jsp?tid=${tid}&pt=${pt}`;
Expand Down

0 comments on commit 2662d10

Please sign in to comment.