Skip to content

Commit

Permalink
feat: add dataStore to SharingDialog types (#1664)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-rita authored Feb 24, 2025
1 parent 50db7d2 commit 853f7e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/sharing-dialog/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const DIALOG_TYPES = {
DATA_ELEMENT_GROUP: 'dataElementGroup',
DATA_ELEMENT_GROUP_SET: 'dataElementGroupSet',
DATA_SET: 'dataSet',
DATASTORE: 'dataStore',
DOCUMENT: 'document',
EVENT_CHART: 'eventChart',
EVENT_FILTER: 'eventFilter',
Expand Down

0 comments on commit 853f7e4

Please sign in to comment.