Merge pull request #18764 from nextcloud/fix/18744/duplicate-activity-sidebar
Prevent duplicate entries in file sidebar
This commit is contained in:
commit
07474b5dab
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -73,9 +73,6 @@ export default {
|
|||
}
|
||||
},
|
||||
},
|
||||
beforeMount() {
|
||||
this.setFileInfo(this.fileInfo)
|
||||
},
|
||||
mounted() {
|
||||
// append the backbone element and set the FileInfo
|
||||
this.component.$el.appendTo(this.$el)
|
||||
|
|
Loading…
Reference in New Issue