This commit is contained in:
Wolfgang Huß 2023-07-20 12:02:24 +02:00
parent 13da3ba3f4
commit dee77df5f6
2 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,5 @@
<template>
<div class="add-chat-room-by-user-search">
<!-- Wolle -->
<ds-flex class="headline">
<h2 class="title">{{ $t('chat.addRoomHeadline') }}</h2>
<base-button class="close-button" icon="close" circle @click="closeUserSearch"/>

View File

@ -6,7 +6,6 @@
@add-chat-room="addChatRoom"
@close-user-search="showUserSearch = false"
/>
<!-- Wolle :chatRooms="chatRooms" -->
<ds-space margin-bottom="small" />
<chat
:roomId="getShowChat.showChat ? getShowChat.roomID : null"
@ -30,7 +29,6 @@ export default {
data() {
return {
showUserSearch: false,
// excludeUsers: [] // Wolle
}
},
mounted() {