refactor: rename toSettings

pull/2821/head
Henrique Dias 2025-07-12 07:57:23 +02:00
parent 1fe0bd56e6
commit 1744d988a1
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

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();
},