Skip to content

Commit

Permalink
Fixed error display after successful load
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Oct 24, 2022
1 parent c1611d1 commit 8a9bb87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion View/Elements/Components/subscriberList.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<p class="sr-only">Loading...</p>
</div>
<div class="modal-body msg">
<p>There was an error retrieving the subscribers.</p>
<p>You do not have access to view memberships.</p>
</div>
<div class="modal-body subs">

Expand Down Expand Up @@ -165,6 +165,7 @@

function loadModalData(id, name) {
$('#model-title-group-name').text(name);
modal.removeClass('error');
return function() {
modal.addClass('loading');
clean();
Expand Down

0 comments on commit 8a9bb87

Please sign in to comment.