Skip to content

Commit

Permalink
fix: missing actions in property inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
XeroxDev committed Feb 13, 2024
1 parent 20c89d1 commit ad39dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion property-inspector.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h3 class="error-title">Something went wrong</h3>
</div>
<div class="sdpi-item">
<div class="sdpi-item-label action-label">Action</div>
<select class="sdpi-item-value action-label" id="action">
<select class="sdpi-item-value" id="action">
<option class="toggle-label" value="TOGGLE" selected>Toggle</option>
<option class="pause-label" value="PAUSE">Pause</option>
<option class="play-label" value="PLAY">Play</option>
Expand Down

0 comments on commit ad39dd8

Please sign in to comment.