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 7b36aebfef71a6db3a7115a7f70d572ad32cd79d..ebf4ecb0b275fe2ad849b0727257942c728fc267 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