Skip to content

Commit

Permalink
1.1.3 production release
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Skiles committed Jun 24, 2021
1 parent ffcd161 commit f2940f0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/app/widgets/Laser/Laser.jsx
Expand Up @@ -218,15 +218,7 @@ class Laser extends PureComponent {
step={100}
onChange={actions.changeLaserTestDuration}
/>
{/*<input
type="number"
className="form-control"
style={{ borderRadius: 0 }}
min={0}
max={5000}
step={1}
onChange={actions.changeLaserTestDuration}
/>*/}

{/*<span className="input-group-addon">{i18n._('ms')}</span>*/}
</div>
</div>
Expand Down

0 comments on commit f2940f0

Please sign in to comment.