mirror of https://github.com/zulip/zulip.git
user_profile: Fix unsubscribing other users from streams.
This fixes a bug introduced with the Micromodal migration in
7a505e3857
, where the data-user-id
declaration for this modal was lost.
This commit is contained in:
parent
93329c2d70
commit
a020d7a80d
|
@ -1,4 +1,4 @@
|
|||
<div class="micromodal" id="user-profile-modal" aria-hidden="true">
|
||||
<div class="micromodal" id="user-profile-modal" data-user-id="{{user_id}}" aria-hidden="true">
|
||||
<div class="modal__overlay" tabindex="-1" data-micromodal-close>
|
||||
<div class="modal__container new-style{{#unless profile_data.length}} no-fields{{/unless}}" role="dialog" aria-modal="true" aria-labelledby="dialog_title">
|
||||
<main class="modal__body" id="body" data-simplebar data-simplebar-auto-hide="false">
|
||||
|
|
Loading…
Reference in New Issue