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> <template>
<div class="add-chat-room-by-user-search"> <div class="add-chat-room-by-user-search">
<!-- Wolle -->
<ds-flex class="headline"> <ds-flex class="headline">
<h2 class="title">{{ $t('chat.addRoomHeadline') }}</h2> <h2 class="title">{{ $t('chat.addRoomHeadline') }}</h2>
<base-button class="close-button" icon="close" circle @click="closeUserSearch"/> <base-button class="close-button" icon="close" circle @click="closeUserSearch"/>

View File

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