Skip to content

Commit

Permalink
Fix front style
Browse files Browse the repository at this point in the history
  • Loading branch information
cicoub13 committed Jan 29, 2024
1 parent 9b17f2f commit d74fcf5
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,11 @@ class BlinkLight extends Component {
<div class="form-label">
<Text id="editScene.actionsCard.blinkLights.blinkingSpeed.label" />
</div>
<select class="custom-select" value={props.action.blinkingSpeed} onChange={this.handleChangeBlinkingSpeed}>
<select
class="custom-select"
value={props.action.blinkingSpeed}
onChange={this.handleChangeBlinkingSpeed}
>
<option value="slow">
<Text id="editScene.actionsCard.blinkLights.blinkingSpeed.slow" />
</option>
Expand Down

0 comments on commit d74fcf5

Please sign in to comment.