Skip to content

Commit

Permalink
adding meteorlogical model to the model select data label
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Jun 13, 2024
1 parent 1e27665 commit 2260eae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/trays/model-selection/catalogItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ export default function CatalogItems(data) {
stormOrModelName + mbr['properties'][stormOrModelEle].toUpperCase() + ', ' +
numberName + mbr['properties'][numberEle] +
', Type: ' + mbr['properties']['event_type'] +
', Grid: ' + mbr['properties']['grid_type']
', Grid: ' + mbr['properties']['grid_type'] +
', ' + mbr['properties']['meteorological_model']
}
onChange={ (event) => handleCBClick( catalog['members'], mbr['group'],
event.target.checked) }
Expand Down

0 comments on commit 2260eae

Please sign in to comment.