Revert "Release/2026 02 27 (pull request #3070)"
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { Checkbox, Divider } from "antd";
|
||||
import { Checkbox, Divider, Table } from "antd";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import PhoneFormatter from "../../utils/PhoneFormatter";
|
||||
import ResponsiveTable from "../responsive-table/responsive-table.component";
|
||||
|
||||
export default function OwnerFindModalComponent({
|
||||
selectedOwner,
|
||||
@@ -76,10 +75,9 @@ export default function OwnerFindModalComponent({
|
||||
|
||||
return (
|
||||
<div>
|
||||
<ResponsiveTable
|
||||
<Table
|
||||
pagination={{ placement: "bottom" }}
|
||||
columns={columns}
|
||||
mobileColumnKeys={["ownr_ln", "ownr_fn", "ownr_ph1", "ownr_ph2"]}
|
||||
rowKey="id"
|
||||
loading={ownersListLoading}
|
||||
dataSource={ownersList}
|
||||
|
||||
Reference in New Issue
Block a user