Skip to content

Commit da2ceda

Browse files
committed
Merge pull request #33 from salesforce-ux/gpinto_fix_duplicate_key
removed the duplicate label key on the default props
2 parents 1dd8f4b + 81ae67e commit da2ceda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/SLDSDropdownBase/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ module.exports = React.createClass( {
3535

3636
getDefaultProps(){
3737
return {
38-
label:'Button',
3938
variant:'neutral',
4039
placeholder: 'Select an Option',
4140
disabled: false,

0 commit comments

Comments
 (0)