Edit settingsContent.vue

This commit is contained in:
Joe Knapper 2025-05-22 15:56:25 +00:00
parent 14672c260f
commit 69acc8a0ea

View file

@ -147,7 +147,7 @@ export default {
if (!(this.currentTab == tab)) {
this.currentTab = tab;
}
},
}
}
};
</script>