Added shift clock to front office side. BOD-188

This commit is contained in:
Patrick Fic
2020-07-16 10:33:03 -07:00
parent 6a8b59c7e6
commit bbc0359e3a
9 changed files with 110 additions and 76 deletions

View File

@@ -1,4 +1,4 @@
import { Form, InputNumber, Select } from "antd";
import { Form, Select } from "antd";
import React from "react";
import { useTranslation } from "react-i18next";
import { connect } from "react-redux";

View File

@@ -69,7 +69,6 @@ export function TimeTicektShiftContainer({
return (
<div>
The form TimeTicektShiftContainer
<Form
form={form}
layout='vertical'