Don't overwrite the settings from files

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-12-17 14:17:07 +01:00
parent 1ac764e0b7
commit c810b531be
No known key found for this signature in database
GPG key ID: F941078878347C0C
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -35,4 +35,4 @@ __webpack_public_path__ = generateFilePath('files', '', 'js/')
Vue.prototype.t = t
const View = Vue.extend(PersonalSettings)
new View().$mount('#files-personal-settings')
new View().$mount('#files-sharing-personal-settings')