Revert all package upgrades to unblock testing.

This commit is contained in:
Patrick Fic
2023-01-25 11:20:51 -08:00
parent d8cc25a54f
commit 66a80e439f
131 changed files with 18482 additions and 10892 deletions

View File

@@ -1,7 +1,6 @@
import { PrinterFilled } from "@ant-design/icons";
import { useQuery } from "@apollo/client";
import { PageHeader } from '@ant-design/pro-layout';
import { Button, Divider, Drawer, Grid, Tabs } from "antd";
import { Button, Divider, Drawer, Grid, PageHeader, Tabs } from "antd";
import queryString from "query-string";
import React from "react";
import { useTranslation } from "react-i18next";
@@ -74,7 +73,7 @@ export function TechLookupJobsDrawer({ bodyshop, setPrintCenterContext }) {
return (
<Drawer
open={!!selected}
visible={!!selected}
destroyOnClose
width={drawerPercentage}
placement="right"