commit | df68db271f23561671a59b1678c39b8ee54cd8e4 | [log] [tgz] |
---|---|---|
author | Ted Humphrey <Thomas.Humphrey@att.com> | Thu Apr 16 17:36:17 2020 +0000 |
committer | Ted Humphrey <Thomas.Humphrey@att.com> | Thu Apr 16 21:44:24 2020 -0400 |
tree | 5873a2906c0b1bdab87587734f5fd5ea0baa0362 | |
parent | 6e7d04895c9133f772f3d781e84dbfc7b32f2874 [diff] [blame] |
Minor UI fixes for dialogues and Tosca upload feature Issue-ID: CLAMP-587 Change-Id: I683b62fbd0b15ab5db18c7e1e941ff8cb58cb0f3 Signed-off-by: Ted Humphrey <Thomas.Humphrey@att.com>
diff --git a/ui-react/src/components/dialogs/Loop/LoopPropertiesModal.js b/ui-react/src/components/dialogs/Loop/LoopPropertiesModal.js index 97b7822..c0a2084 100644 --- a/ui-react/src/components/dialogs/Loop/LoopPropertiesModal.js +++ b/ui-react/src/components/dialogs/Loop/LoopPropertiesModal.js
@@ -102,7 +102,7 @@ render() { return ( - <ModalStyled size="lg" show={this.state.show} onHide={this.handleClose} backdrop="static"> + <ModalStyled size="lg" show={this.state.show} onHide={this.handleClose} backdrop="static" keyboard={false} > <Modal.Header closeButton> <Modal.Title>Model Properties</Modal.Title> </Modal.Header>