diff --git a/server/ui-src/components/AppSettings.vue b/server/ui-src/components/AppSettings.vue index 6333a74..0878cc5 100644 --- a/server/ui-src/components/AppSettings.vue +++ b/server/ui-src/components/AppSettings.vue @@ -50,11 +50,10 @@ export default { this.setTheme(); this.$nextTick(() => { Tags.init("select.tz"); + Tags.init("select.default-release-addresses"); }); mailbox.skipConfirmations = localStorage.getItem("skip-confirmations"); - - Tags.init("select.default-release-addresses"); }, methods: {