integration_events: Restore checkbox in events modal.

This commit is contained in:
Karl Stolley 2024-09-20 13:59:02 -04:00 committed by Tim Abbott
parent a35c8a08de
commit 3d875bd140
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@
<label class="checkbox"> <label class="checkbox">
<input type="checkbox" class="integration-event" id="{{this.event_id}}" checked=true <input type="checkbox" class="integration-event" id="{{this.event_id}}" checked=true
value="{{this.event}}" /> value="{{this.event}}" />
<span> <span class="rendered-checkbox"></span>
</span>
</label> </label>
<label for="{{this.event_id}}" class="inline integration-event-name"> <label for="{{this.event_id}}" class="inline integration-event-name">
{{this.event}} {{this.event}}