Revert "Release/2026 02 27 (pull request #3070)"
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { useMutation } from "@apollo/client/react";
|
||||
import { Button, Card, Col, Row } from "antd";
|
||||
import ResponsiveTable from "../responsive-table/responsive-table.component";
|
||||
import { Button, Card, Col, Row, Table } from "antd";
|
||||
import dayjs from "../../utils/day";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { UPDATE_PARTS_DISPATCH_LINE } from "../../graphql/parts-dispatch.queries";
|
||||
@@ -68,12 +67,7 @@ export default function PartsDispatchExpander({ dispatch }) {
|
||||
<Card>
|
||||
<Row gutter={[16, 16]}>
|
||||
<Col span={24}>
|
||||
<ResponsiveTable
|
||||
rowKey={"id"}
|
||||
dataSource={dispatch.parts_dispatch_lines}
|
||||
columns={columns}
|
||||
mobileColumnKeys={["quantity", "joblineid", "accepted_at"]}
|
||||
/>
|
||||
<Table rowKey={"id"} dataSource={dispatch.parts_dispatch_lines} columns={columns} />
|
||||
</Col>
|
||||
</Row>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user