Revert "Release/2026 02 27 (pull request #3070)"
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { Button, Card, Col, Input, Typography } from "antd";
|
||||
import ResponsiveTable from "../responsive-table/responsive-table.component";
|
||||
import { Button, Card, Col, Input, Table, Typography } from "antd";
|
||||
import { useState } from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
@@ -49,14 +48,7 @@ export default function ProfileShopsComponent({ loading, data, updateActiveShop
|
||||
/>
|
||||
}
|
||||
>
|
||||
<ResponsiveTable
|
||||
pagination={false}
|
||||
loading={loading}
|
||||
columns={columns}
|
||||
mobileColumnKeys={["actions", "shopname", "active"]}
|
||||
rowKey="id"
|
||||
dataSource={filteredData}
|
||||
/>
|
||||
<Table pagination={false} loading={loading} columns={columns} rowKey="id" dataSource={filteredData} />
|
||||
</Card>
|
||||
</Col>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user