Investigate data reset issue
Investigate why data is not fully reset when sync is enabled.
This commit is contained in:
@@ -33,8 +33,8 @@ const DataResetDialog: React.FC<DataResetDialogProps> = ({
|
||||
클라우드 데이터도 함께 삭제됩니다.
|
||||
</div>
|
||||
{syncEnabled && (
|
||||
<div className="mt-2 text-amber-600">
|
||||
동기화 설정이 비활성화됩니다.
|
||||
<div className="mt-2 text-amber-600 font-medium">
|
||||
※ 동기화 설정이 비활성화됩니다.
|
||||
</div>
|
||||
)}
|
||||
</> : "이 작업은 되돌릴 수 없으며, 모든 예산, 지출 내역, 설정이 영구적으로 삭제됩니다."}
|
||||
|
||||
Reference in New Issue
Block a user