Skip to content

Commit

Permalink
Merge pull request #18446 from nextcloud/fix/personal-settings-fix
Browse files Browse the repository at this point in the history
Don't overwrite the settings from files
  • Loading branch information
rullzer authored Dec 17, 2019
2 parents 1ac764e + c810b53 commit e9e3d48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/files_sharing/js/dist/personal-settings.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/files_sharing/js/dist/personal-settings.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/files_sharing/src/personal-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit e9e3d48

Please sign in to comment.