fix(FE-41): Menambahkan kolom kapasitas di tabel kandang

This commit is contained in:
randy-ar
2025-10-31 14:57:15 +07:00
parent b6991652ac
commit 495e11c6fe
8 changed files with 62 additions and 2 deletions
@@ -27,6 +27,7 @@ const DUMMY_TRANSFER_TO_LAYING_EDIT: TransferToLaying = {
{
kandang: {
id: 1,
capacity: 1000,
name: 'Kandang test',
status: 'ACTIVE',
location: {
@@ -56,6 +57,7 @@ const DUMMY_TRANSFER_TO_LAYING_EDIT: TransferToLaying = {
kandang: {
id: 1,
name: 'Kandang test 2',
capacity: 3000,
status: 'ACTIVE',
location: {
id: 1,
@@ -27,6 +27,7 @@ const DUMMY_TRANSFER_TO_LAYING_DETAIL: TransferToLaying = {
{
kandang: {
id: 1,
capacity: 1000,
name: 'Kandang test',
status: 'ACTIVE',
location: {
@@ -55,6 +56,7 @@ const DUMMY_TRANSFER_TO_LAYING_DETAIL: TransferToLaying = {
{
kandang: {
id: 1,
capacity: 3000,
name: 'Kandang test 2',
status: 'ACTIVE',
location: {