Revert "Release/2026 02 27 (pull request #3070)"

This commit is contained in:
Patrick Fic
2026-03-04 16:18:44 +00:00
parent 522f2b9e26
commit c9e41ba72a
204 changed files with 5497 additions and 7715 deletions

View File

@@ -1,6 +1,5 @@
import { useQuery } from "@apollo/client/react";
import { Input, Typography } from "antd";
import ResponsiveTable from "../responsive-table/responsive-table.component";
import { Input, Table, Typography } from "antd";
import { connect } from "react-redux";
import { createStructuredSelector } from "reselect";
import { selectBodyshop } from "../../redux/user/user.selectors";
@@ -133,9 +132,8 @@ function PhoneNumberConsentList({ bodyshop }) {
enterButton
/>
<ResponsiveTable
<Table
columns={columns}
mobileColumnKeys={["phone_number", "created_at"]}
dataSource={optOutData?.phone_number_opt_out}
loading={optOutLoading /* || ownersLoading*/}
rowKey="id"