Skip to content

Commit b321c1f

Browse files
committed
UX: Apply values returned by the server when changing content settings
Signed-off-by: Michael Mayer <michael@photoprism.app>
1 parent 2bf6052 commit b321c1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/page/settings/content.vue

+1
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ export default {
296296
this.settings
297297
.save()
298298
.then(() => {
299+
this.$config.setSettings(this.settings);
299300
this.$notify.success(this.$gettext("Changes successfully saved"));
300301
})
301302
.finally(() => {

0 commit comments

Comments
 (0)