mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +00:00
fix: set DailyChecklist.kandang optional
This commit is contained in:
+1
-1
@@ -172,7 +172,7 @@ export function DetailDailyChecklistContent() {
|
||||
const checklistData = {
|
||||
id: rawDetailChecklist?.id,
|
||||
date: rawDetailChecklist?.date,
|
||||
kandang_id: rawDetailChecklist?.kandang.id,
|
||||
kandang_id: rawDetailChecklist?.kandang?.id,
|
||||
category: rawDetailChecklist?.category,
|
||||
status: rawDetailChecklist?.status,
|
||||
reject_reason: rawDetailChecklist?.reject_reason,
|
||||
|
||||
Reference in New Issue
Block a user