refactor: rename toSettings

This commit is contained in:
Henrique Dias 2025-07-12 07:57:23 +02:00
parent 1fe0bd56e6
commit 1744d988a1
No known key found for this signature in database

View File

@ -197,7 +197,7 @@ export default {
this.$router.push({ path: "/settings/profile" });
this.closeHovers();
},
toSettings() {
toGlobalSettings() {
this.$router.push({ path: "/settings/global" });
this.closeHovers();
},