Skip to content

Commit

Permalink
Merge pull request #35242 from dimagi/jls/restore-web-apps-unsupporte…
Browse files Browse the repository at this point in the history
…d-ok

Restored OK button in web apps unsupported questions popup
  • Loading branch information
orangejenny authored Oct 21, 2024
2 parents dd083b6 + c224ad8 commit f089399
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<br><br>
<input type="text" class="form-control" data-bind="value: $data.answer" />
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-bs-dismiss="modal">{% trans "OK" %}</button>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit f089399

Please sign in to comment.