Skip to content

Commit

Permalink
Fix breaking molecule name
Browse files Browse the repository at this point in the history
  • Loading branch information
beque committed Oct 14, 2024
1 parent eb9c9a2 commit 4b07a80
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,8 @@ export default class SampleForm extends React.Component {
<h5>Basic Properties:</h5>
<Row className="align-items-end mb-4">
<Col>{this.moleculeInput()}</Col>
</Row>
<Row className="align-items-end mb-4">
<Col>{this.textInput(sample, 'name', 'Sample name')}</Col>
<Col>{this.stereoAbsInput()}</Col>
<Col>{this.stereoRelInput()}</Col>
Expand Down

0 comments on commit 4b07a80

Please sign in to comment.