Refactor category budget setting
The category budget setting is now based on the monthly budget amount, which is then divided into daily and weekly budgets.
This commit is contained in:
@@ -18,8 +18,8 @@ const DataResetSection = () => {
|
||||
await resetAllData();
|
||||
setIsResetDialogOpen(false);
|
||||
|
||||
// 데이터 초기화 후 애플리케이션 리로드
|
||||
// toast 알림은 useDataReset.ts에서 처리하므로 여기서는 제거
|
||||
// 페이지 새로고침 코드 제거 (navigate 사용으로 대체)
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user