Fix budget synchronization issue

Ensure budget data is also synchronized when syncing with cloud after local data deletion.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-16 10:30:38 +00:00
parent 8b7defb576
commit dab1a9cb84
3 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
import React, { useState, useEffect } from 'react';
import { Switch } from "@/components/ui/switch";
import { Label } from "@/components/ui/label";