calendar fixs

This commit is contained in:
xds
2025-02-13 17:36:55 +03:00
parent 1534fedfb4
commit a530d657d3
2 changed files with 24 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ export const useUserStore = defineStore('user', () => {
const loadingUser = ref(true);
const router = useRouter();
const route = useRoute();
const settings = ref({"budgetViewVersion": "2"})
const settings = ref({"budgetViewVersion": "2", "budgetCalendarOpened": false})
async function fetchUserProfile() {
// Убираем проверку на `loadingUser`, чтобы не блокировать запрос