Skip to content

Commit

Permalink
Enable Selector and Selector Item widgets
Browse files Browse the repository at this point in the history
[Issue] Samsung#191
[Problem] Selector and Selector item widgets are disabled
[Solution] Enable them after tests

Signed-off-by: Lukasz Slachciak <l.slachciak@samsung.com>
  • Loading branch information
lmslachciak committed Aug 14, 2019
1 parent aa87f1b commit cdc9e94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tau-component-packages/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ module.exports = {
'popup': 'components/popup',
'sectionchanger': 'components/sectionchanger',
'section': 'components/section',
'selector': 'components/selector',
'selectoritem': 'components/selectoritem',
'text': 'components/text',
'popup-content': 'components/popup-content',
'popup-footer': 'components/popup-footer',
Expand Down Expand Up @@ -59,4 +61,4 @@ module.exports = {
'header-list-w': 'page-templates/wearable/page-header-list',
'header-footer-list-w': 'page-templates/wearable/page-header-footer-list'
}
};
};

0 comments on commit cdc9e94

Please sign in to comment.