Skip to content

Commit

Permalink
fix: id is needed to expand the list of APPS in item selector
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Jan 17, 2025
1 parent 79ea040 commit cb7695b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/itemTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export const itemTypeMap = {
supportsFullscreen: true,
},
[APP]: {
id: APP,
endPointName: 'apps',
propName: 'appKey',
pluralTitle: i18n.t('Apps'),
Expand Down

0 comments on commit cb7695b

Please sign in to comment.