diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-07-24 10:15:18 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:48:23 +0200 |
| commit | 2892f05baeb79f77586eb36d3506a57b1d20b8aa (patch) | |
| tree | 80405c59a947ea8f2316980e7e77ce0a20e0b421 /frontend/src/components/modals/custom-components | |
| parent | ba5bce34d632ea9155dc957e90068d9f40b439ee (diff) | |
Increase component limits and add overflow handling
Diffstat (limited to 'frontend/src/components/modals/custom-components')
| -rw-r--r-- | frontend/src/components/modals/custom-components/NewTopologyModalComponent.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/modals/custom-components/NewTopologyModalComponent.js b/frontend/src/components/modals/custom-components/NewTopologyModalComponent.js index a244b730..d8262baa 100644 --- a/frontend/src/components/modals/custom-components/NewTopologyModalComponent.js +++ b/frontend/src/components/modals/custom-components/NewTopologyModalComponent.js @@ -64,7 +64,7 @@ class NewTopologyModalComponent extends React.Component { /> </div> <div className="form-group"> - <label className="form-control-label">Topology to duplicate (not supported yet)</label> + <label className="form-control-label">Topology to duplicate</label> <select className="form-control" ref={(originTopology) => (this.originTopology = originTopology)} |
