From cd31ec26ef83762651a267abbf8e235ed2a78ad3 Mon Sep 17 00:00:00 2001 From: AndzejsP Date: Mon, 8 May 2023 17:15:01 +0300 Subject: [PATCH] more debugging --- web/src/views/DiscussionsView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/views/DiscussionsView.vue b/web/src/views/DiscussionsView.vue index 99b1126b..d9a9e645 100644 --- a/web/src/views/DiscussionsView.vue +++ b/web/src/views/DiscussionsView.vue @@ -425,7 +425,7 @@ export default { if (this.currentDiscussion.title === '' || this.currentDiscussion.title === null) { this.changeTitleUsingUserMSG(this.currentDiscussion.id, msgObj.content) } - + console.log("infos",msgObj) }, sendMsg(msg) { // Sends message to backend