Skip to content

Commit

Permalink
IBX-8931: [Customers] Search on Invite Members modal doesn't work and…
Browse files Browse the repository at this point in the history
… buttons are misaligned
  • Loading branch information
GrabowskiM authored and tomaszszopinski committed Dec 20, 2024
1 parent c4dfa51 commit 9e9b1fe
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
{% endblock %}
{% endset %}

{% set extra_filters %}
{% block extra_filters %}{% endblock %}
{% endset %}

{% set entries %}
{% block entries %}{% endblock %}
{% endset %}
Expand Down Expand Up @@ -86,6 +90,7 @@
{{ top_input_content }}
{% endblock %}
{% endembed %}
{{ extra_filters }}
<div class="ibexa-user-invitation-modal__labels">
{{ entries_labels }}
</div>
Expand Down

0 comments on commit 9e9b1fe

Please sign in to comment.