mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
UX: Apply values returned by the server when changing content settings
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
2bf60529cc
commit
b321c1f2c4
1 changed files with 1 additions and 0 deletions
|
|
@ -296,6 +296,7 @@ export default {
|
|||
this.settings
|
||||
.save()
|
||||
.then(() => {
|
||||
this.$config.setSettings(this.settings);
|
||||
this.$notify.success(this.$gettext("Changes successfully saved"));
|
||||
})
|
||||
.finally(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue