Reoslve DMS allocation scroll.

This commit is contained in:
Patrick Fic
2025-09-18 14:26:23 -07:00
parent 1355d79fa4
commit 05385fca6d

View File

@@ -92,6 +92,7 @@ export function DmsAllocationsSummary({ socket, bodyshop, jobId, title }) {
rowKey="center" rowKey="center"
dataSource={allocationsSummary} dataSource={allocationsSummary}
locale={{ emptyText: t("dms.labels.refreshallocations") }} locale={{ emptyText: t("dms.labels.refreshallocations") }}
scroll={{ x: true }}
summary={() => { summary={() => {
const totals = const totals =
allocationsSummary && allocationsSummary &&