Merged in release/2021-11-19 (pull request #269)

release/2021-11-19

Approved-by: Patrick Fic
This commit is contained in:
Patrick Fic
2021-11-18 06:19:53 +00:00
2 changed files with 1 additions and 2 deletions

View File

@@ -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";

View File

@@ -6,7 +6,6 @@ import {
Form,
notification,
Popover,
Radio,
Row,
Switch,
} from "antd";