chore(FE-113): add status field

This commit is contained in:
ValdiANS
2025-10-21 15:54:11 +07:00
parent 6e6675d0a7
commit e29613a37e
2 changed files with 7 additions and 0 deletions
@@ -28,6 +28,7 @@ const DUMMY_TRANSFER_TO_LAYING_DETAIL: TransferToLaying = {
kandang: {
id: 1,
name: 'Kandang test',
status: 'ACTIVE',
location: {
id: 1,
name: 'test location',
@@ -55,6 +56,7 @@ const DUMMY_TRANSFER_TO_LAYING_DETAIL: TransferToLaying = {
kandang: {
id: 1,
name: 'Kandang test 2',
status: 'ACTIVE',
location: {
id: 1,
name: 'test location',