From 8440e4395c205984aaec7735724e4a012231791c Mon Sep 17 00:00:00 2001 From: Ramesh Kumar <ramesh.p@matriotsolutions.com> Date: Thu, 31 Mar 2022 18:08:52 +0530 Subject: [PATCH] TMSS-1559: Fixed filtering issue in Observaton strategy dropdown --- SAS/TMSS/frontend/tmss_webapp/src/routes/Scheduling/create.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SAS/TMSS/frontend/tmss_webapp/src/routes/Scheduling/create.js b/SAS/TMSS/frontend/tmss_webapp/src/routes/Scheduling/create.js index 7b36aebfef7..ebf4ecb0b27 100644 --- a/SAS/TMSS/frontend/tmss_webapp/src/routes/Scheduling/create.js +++ b/SAS/TMSS/frontend/tmss_webapp/src/routes/Scheduling/create.js @@ -835,7 +835,7 @@ export class SchedulingUnitCreate extends Component { maxSelectedLabels="1" selectedItemsLabel="{0} Selected" placeholder= "State" /> - <Dropdown inputId="observStrategy" optionLabel="name" optionValue="id" + <Dropdown inputId="observStrategy" optionLabel="id" optionValue="id" tooltip="Observation Strategy Template to be used to create the Scheduling Unit and Tasks. Strategies already used are highlighted in bold" tooltipOptions={this.tooltipOptions} value={this.state.observStrategy.id} options={this.state.observStrategies} filter -- GitLab