mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +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',
|
||||
cell: (props) =>
|
||||
|
||||
Reference in New Issue
Block a user