Skip to content

Commit

Permalink
Merge pull request #652 from bcgov/bugfix/modalPresReqDisplay
Browse files Browse the repository at this point in the history
Fix proof request explorer popup target
  • Loading branch information
esune authored Oct 3, 2024
2 parents 499612d + 48c4d44 commit a7eb276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oidc-controller/api/templates/ver_config_explorer.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@
type="button"
class="btn btn-primary btn-circle"
data-bs-toggle="modal"
data-bs-target="#exampleModal"
data-bs-target="#exampleModal{{ vc.ver_config_id }}"
>
<i class="bi bi-eye"></i>
</button>

<!-- Modal -->
<div
class="modal fade"
id="exampleModal"
id="exampleModal{{ vc.ver_config_id }}"
tabindex="-1"
aria-labelledby="exampleModalLabel"
aria-hidden="true"
Expand Down

0 comments on commit a7eb276

Please sign in to comment.