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>2022-09-01 17:29:07 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-01 17:29:07 +0300
commit0ee1123c65de1eaa3af111addeea7b33f124a81a (patch)
tree1f36df0a605ab6e4b798e2a0b93d863f90a9314a
parent7ef2bba802f00a85e5035e674d66ab7a0d60be77 (diff)
Prevent server non-vue css from kicking in
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--src/components/RightSidebar/RightSidebar.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/RightSidebar/RightSidebar.vue b/src/components/RightSidebar/RightSidebar.vue
index 250c3823d..a65f08743 100644
--- a/src/components/RightSidebar/RightSidebar.vue
+++ b/src/components/RightSidebar/RightSidebar.vue
@@ -22,7 +22,6 @@
<template>
<NcAppSidebar v-show="opened"
- id="app-sidebar"
:title="title"
:title-tooltip="title"
:starred="isFavorited"