mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
refactor(FE): Remove Warehouse column from RecordingTable
This commit is contained in:
@@ -729,10 +729,6 @@ const RecordingTable = () => {
|
|||||||
);
|
);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
header: 'Gudang',
|
|
||||||
cell: (props) => props.row.original.warehouse?.name,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
header: 'Waktu Recording',
|
header: 'Waktu Recording',
|
||||||
cell: (props) =>
|
cell: (props) =>
|
||||||
|
|||||||
Reference in New Issue
Block a user