Compare commits
1 commit
283fe17b01
...
127f21d226
Author | SHA1 | Date | |
---|---|---|---|
127f21d226 |
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
<span class="member-display-name">{{ getDisplayName(props.member) }}</span>
|
<span class="member-display-name">{{ getDisplayName(props.member) }}</span>
|
||||||
</div>
|
</div>
|
||||||
<ModalProfilePopup v-if="modalPopupVisible" :profile="props.member"
|
<ModalProfilePopup v-if="modalPopupVisible" :profile="props.member"
|
||||||
:onFinish="hideModalPopup"/>
|
:onFinish="hideModalPopup" :keepalive="false"/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue