From 45ab7543d5b1ced716b274b8ab09b4034e7f6a22 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Wed, 17 Nov 2021 22:18:09 -0800 Subject: [PATCH] Resolve CI Issues. --- client/src/components/contract-form/contract-form.component.jsx | 2 +- .../production-board-kanban.card-settings.component.jsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/components/contract-form/contract-form.component.jsx b/client/src/components/contract-form/contract-form.component.jsx index 803fd59d0..b61bc6f2c 100644 --- a/client/src/components/contract-form/contract-form.component.jsx +++ b/client/src/components/contract-form/contract-form.component.jsx @@ -1,5 +1,5 @@ import { WarningFilled } from "@ant-design/icons"; -import { Form, Input, InputNumber, Space, Switch } from "antd"; +import { Form, Input, InputNumber, Space } from "antd"; import moment from "moment"; import React from "react"; import { useTranslation } from "react-i18next"; diff --git a/client/src/components/production-board-kanban/production-board-kanban.card-settings.component.jsx b/client/src/components/production-board-kanban/production-board-kanban.card-settings.component.jsx index cfecf04fa..bb8c7d68a 100644 --- a/client/src/components/production-board-kanban/production-board-kanban.card-settings.component.jsx +++ b/client/src/components/production-board-kanban/production-board-kanban.card-settings.component.jsx @@ -6,7 +6,6 @@ import { Form, notification, Popover, - Radio, Row, Switch, } from "antd";