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,8 +1,7 @@
import { Button } from "antd";
import { Button, Table } from "antd";
import queryString from "query-string";
import { useTranslation } from "react-i18next";
import { useLocation, useNavigate } from "react-router-dom";
import ResponsiveTable from "../responsive-table/responsive-table.component";
export default function ShopEmployeeTeamsListComponent({ loading, employee_teams }) {
const { t } = useTranslation();
@@ -28,7 +27,7 @@ export default function ShopEmployeeTeamsListComponent({ loading, employee_teams
return (
<div>
<ResponsiveTable
<Table
title={() => {
return (
<Button
@@ -45,7 +44,6 @@ export default function ShopEmployeeTeamsListComponent({ loading, employee_teams
loading={loading}
pagination={{ placement: "top" }}
columns={columns}
mobileColumnKeys={["name"]}
rowKey="id"
dataSource={employee_teams}
rowSelection={{