Skip to content

Commit b94f28b

Browse files
authored
feat: add getObjectInfos to allowed usage list (#33)
1 parent dbb5cf5 commit b94f28b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

base.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ const WIRE_ADAPTERS_WITH_RESTRICTED_USE = [
3535
module: 'lightning/uiObjectInfoApi',
3636
identifier: 'getObjectInfo',
3737
},
38+
{
39+
module: 'lightning/uiObjectInfoApi',
40+
identifier: 'getObjectInfos',
41+
},
3842
{
3943
module: 'lightning/uiObjectInfoApi',
4044
identifier: 'getPicklistValues',

0 commit comments

Comments
 (0)