STILL BROKEN: Refactored some forms to have bare functionality. Appears that v4 antd has extensive issues.

This commit is contained in:
Patrick Fic
2020-02-28 15:55:31 -08:00
parent 93be1417be
commit 6e0d9da257
24 changed files with 986 additions and 1198 deletions

View File

@@ -1,4 +1,4 @@
import { Button, DatePicker, Form, Input, Row, Col } from "antd";
import { Button, Col, DatePicker, Form, Input, Row } from "antd";
import moment from "moment";
import React from "react";
import { useTranslation } from "react-i18next";