diff options
author | Xue Gao <xg353y@intl.att.com> | 2019-07-19 07:44:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-19 07:44:49 +0000 |
commit | 67ef5fd2c784523c33016810835375fa2182dd78 (patch) | |
tree | 97b8deb95f1654782c1c7602931ff198fe88fad2 /ui-react/src/components/dialogs/OpenLoop | |
parent | d8bed32cb3f84d9cfb18332b07742701f5d57379 (diff) | |
parent | 5f6c178c3eaea6fffe7d46ca3c75dcb0ffa92755 (diff) |
Merge "Add generic svg selection"
Diffstat (limited to 'ui-react/src/components/dialogs/OpenLoop')
-rw-r--r-- | ui-react/src/components/dialogs/OpenLoop/OpenLoopModal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-react/src/components/dialogs/OpenLoop/OpenLoopModal.js b/ui-react/src/components/dialogs/OpenLoop/OpenLoopModal.js index f3bdeb68..0bf71580 100644 --- a/ui-react/src/components/dialogs/OpenLoop/OpenLoopModal.js +++ b/ui-react/src/components/dialogs/OpenLoop/OpenLoopModal.js @@ -110,7 +110,7 @@ export default class OpenLoopModal extends React.Component { </Modal.Body> <Modal.Footer> <Button variant="secondary" type="null" onClick={this.handleClose}>Cancel</Button> - <Button variant="primary" type="submit" onClick={this.handleOpen}>OK</Button> + <Button variant="primary" type="submit" onClick={this.handleOpen}>Open</Button> </Modal.Footer> </ModalStyled> |