Skip to content

Commit 2a8f74d

Browse files
committed
getting rid of unused component
1 parent 028e05f commit 2a8f74d

File tree

2 files changed

+1
-103
lines changed

2 files changed

+1
-103
lines changed

components/SLDSPicklist/index.js

Lines changed: 0 additions & 102 deletions
This file was deleted.

demo/pages/HomePage/ModalSection.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = React.createClass( {
5959
]}
6060
value='C0'
6161
label="Contacts"
62-
modal={false}
62+
modal={true}
6363
placeholder = "Select a contact"
6464
onSelect={(value)=>{console.log('selected: ',value);}} />
6565
<p>With the Lightning Design System you can build custom applications with a look and feel that is consistent with Salesforce core features — without reverse engineering our styles! Simply download our platform-agnostic CSS framework and get started today.</p>

0 commit comments

Comments
 (0)