Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-02-10 19:20:11 +0300
committerJoas Schilling <coding@schilljs.com>2020-02-11 00:04:25 +0300
commite91356c2a7ea119eda707631fc76c5e3ff5b2516 (patch)
treeae74124db6a0635df2fe5969319f8d75e70634c1 /src/mainFilesSidebar.js
parent3047036a33243c7b6d8415d9a83b06c9eae758d8 (diff)
Fix Files sidebar integration
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/mainFilesSidebar.js')
-rw-r--r--src/mainFilesSidebar.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainFilesSidebar.js b/src/mainFilesSidebar.js
index 68e09e4a5..f10e02522 100644
--- a/src/mainFilesSidebar.js
+++ b/src/mainFilesSidebar.js
@@ -64,6 +64,7 @@ const newCallView = () => new Vue({
const newTab = () => new Vue({
store,
+ id: 'talk-chat-tab',
render: h => h(FilesSidebarTabApp),
})
@@ -74,5 +75,5 @@ Object.assign(window.OCA.Talk, {
fileInfo: null,
newCallView,
newTab,
- store: store,
+ store,
})