From d04373928f37b9f6eb74b362965e266ce938f051 Mon Sep 17 00:00:00 2001 From: Ashwini Date: Tue, 15 Oct 2024 12:10:23 +0000 Subject: [PATCH] fix title undefined error on console --- .../details/reactions/propertiesTab/ReactionDetailsProperties.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/packs/src/apps/mydb/elements/details/reactions/propertiesTab/ReactionDetailsProperties.js b/app/packs/src/apps/mydb/elements/details/reactions/propertiesTab/ReactionDetailsProperties.js index 399f535188..5895b61eea 100644 --- a/app/packs/src/apps/mydb/elements/details/reactions/propertiesTab/ReactionDetailsProperties.js +++ b/app/packs/src/apps/mydb/elements/details/reactions/propertiesTab/ReactionDetailsProperties.js @@ -109,6 +109,7 @@ export default class ReactionDetailsProperties extends Component { id="solvents_dd" onSelect={this.handleOnSolventSelect} variant="light" + title={reaction.tlc_solvents || ""} > {solventsItems}