We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe61dd5 commit cf634a0Copy full SHA for cf634a0
demo/pages/HomePage/index.jsx
@@ -69,8 +69,6 @@ module.exports = React.createClass( {
69
<main className='stage-main slds-grid slds-wrap slds-grow' role='main'>
70
<div className='region region--main slds-grow slds-size--1-of-1 slds-medium-size--1-of-2 slds-large-size--8-of-12 slds-col-rule--right slds-p-around--large'>
71
72
- <DropdownBaseSection />
73
-
74
<ButtonSection />
75
76
<ButtonGroupSection />
@@ -89,6 +87,8 @@ module.exports = React.createClass( {
89
87
90
88
<PicklistBaseCustomSection />
91
+ <DropdownBaseSection />
+
92
93
</div>
94
</main>
0 commit comments