Removed all todos from code and created corresponding JIRA tickets.

This commit is contained in:
Patrick Fic
2021-01-05 14:39:27 -08:00
parent 3e3b2780e3
commit af8ccfaff5
35 changed files with 65 additions and 143 deletions

View File

@@ -1,10 +1,10 @@
import { DeleteFilled } from "@ant-design/icons";
import { Button, Form, Input, Select, InputNumber } from "antd";
import { Button, Form, Input, InputNumber, Select } from "antd";
import React, { useState } from "react";
import { useTranslation } from "react-i18next";
import styled from "styled-components";
import LayoutFormRow from "../layout-form-row/layout-form-row.component";
//TODO Fix up styles.
const SelectorDiv = styled.div`
.ant-form-item .ant-select {
width: 125px;