auto-sync: 2026-05-21 20:49:22

This commit is contained in:
cfdaily
2026-05-21 20:49:22 +08:00
parent 5b4995c1cf
commit 155537ee83
+1 -1
View File
@@ -91,7 +91,7 @@ function SectionLabel({ icon, title, count }: { icon: string; title: string; cou
);
}
function StatusButtons({ status, taskId, onAction }: { status: string; taskId: string; onAction?: () => void }) {
function StatusButtons({ status, taskId, resumedFrom, onAction }: { status: string; taskId: string; resumedFrom?: string; onAction?: () => void }) {
const toast = useStore((s) => s.toast);
const loadAll = useStore((s) => s.loadAll);
const loadV2TaskDetail = useStore((s) => s.loadV2TaskDetail);