fix:전표 목록 기본 필터를 수동 전표로 변경 (이중 표시 방지)

This commit is contained in:
김보곤
2026-02-11 14:27:53 +09:00
parent 6060a18b83
commit fb68cfe45c

View File

@@ -903,7 +903,7 @@ className="px-2.5 py-1 text-xs font-medium bg-amber-100 text-amber-700 rounded-f
start: getKoreanDate(-30),
end: getKoreanDate(),
});
const [sourceFilter, setSourceFilter] = useState('all');
const [sourceFilter, setSourceFilter] = useState('manual');
const fetchEntries = async () => {
setLoading(true);