From 4b07a8007e5b8765560ffa9a0d250a33cfdac583 Mon Sep 17 00:00:00 2001 From: Beate Quednau Date: Mon, 14 Oct 2024 12:46:56 +0200 Subject: [PATCH] Fix breaking molecule name --- .../mydb/elements/details/samples/propertiesTab/SampleForm.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/packs/src/apps/mydb/elements/details/samples/propertiesTab/SampleForm.js b/app/packs/src/apps/mydb/elements/details/samples/propertiesTab/SampleForm.js index b4db8f375a..2bbaadde20 100644 --- a/app/packs/src/apps/mydb/elements/details/samples/propertiesTab/SampleForm.js +++ b/app/packs/src/apps/mydb/elements/details/samples/propertiesTab/SampleForm.js @@ -745,6 +745,8 @@ export default class SampleForm extends React.Component {
Basic Properties:
{this.moleculeInput()} + + {this.textInput(sample, 'name', 'Sample name')} {this.stereoAbsInput()} {this.stereoRelInput()}