summaryrefslogtreecommitdiffstats
path: root/src/FilesSidebarTabApp.vue
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2021-03-01 11:24:41 +0100
committerGitHub <noreply@github.com>2021-03-01 11:24:41 +0100
commitea7ea7f8630daaee96110b9bafcd5a81428dd0db (patch)
treefff20f4f83957eef6343d616a6cffe693e16798b /src/FilesSidebarTabApp.vue
parent8e13e1214615c2a055633038c3f239613d3ede93 (diff)
parentc3f60426bef2ab47b38006dcc823ce1af69e3284 (diff)
Merge pull request #5266 from nextcloud/techdebt/noid/remove-non-existing-token-attr
Remove obsolete usage of token attr in ChatView
Diffstat (limited to 'src/FilesSidebarTabApp.vue')
-rw-r--r--src/FilesSidebarTabApp.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FilesSidebarTabApp.vue b/src/FilesSidebarTabApp.vue
index 233ea0683..bfec48e87 100644
--- a/src/FilesSidebarTabApp.vue
+++ b/src/FilesSidebarTabApp.vue
@@ -42,7 +42,7 @@
<div class="call-button-wrapper">
<CallButton class="call-button" />
</div>
- <ChatView :token="token" />
+ <ChatView />
<UploadEditor />
</template>
</div>