Skip to content

Commit

Permalink
stable - v0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJJackson authored Jan 30, 2024
2 parents 85bdf61 + 1b76040 commit db78c81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hhd-ui",
"version": "0.15.1",
"version": "0.15.2",
"private": true,
"dependencies": {
"@ag-grid-community/client-side-row-model": "^30.0.3",
Expand Down
4 changes: 2 additions & 2 deletions src/app-pages/instrument/sensors/sensorDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ const SensorDetails = connect(
<div className='col-8'>
<Select
isClearable
value={getOption('cum_dev_timeseries_id')}
value={getOption('inc_dev_timeseries_id')}
className='d-inline-block w-100'
onChange={item => dispatch({ type: 'update', key: 'cum_dev_timeseries_id', data: item?.value })}
onChange={item => dispatch({ type: 'update', key: 'inc_dev_timeseries_id', data: item?.value })}
options={tsOpts}
/>
</div>
Expand Down

0 comments on commit db78c81

Please sign in to comment.