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 8eb8677 commit 671ee23Copy full SHA for 671ee23
demo/pages/HomePage/ModalSection.jsx
@@ -97,8 +97,8 @@ Utilize our detailed guidelines to confidently design excellent apps that fit ri
97
isOpen={this.state.modalIsOpen}
98
title={<span>Lightning Design System: Style with Ease</span>}
99
footer={[
100
- <SLDSButton label='Cancel' variant='neutral' onClick={this.closeModal} />,
101
- <SLDSButton label='Save' variant='brand' onClick={this.handleSubmitModal} />
+ <SLDSButton key='cancelBtn' label='Cancel' variant='neutral' onClick={this.closeModal} />,
+ <SLDSButton key='saveBtn' label='Save' variant='brand' onClick={this.handleSubmitModal} />
102
]}
103
onRequestClose={this.closeModal}>
104
{this.getModalContent()}
0 commit comments