BOD-7 #comment Fixed up employee list + form screen to follow other screens and resolve antd breaking changes.
This commit is contained in:
@@ -47,6 +47,7 @@ function ShopEmployeesContainer({ bodyshop }) {
|
||||
};
|
||||
|
||||
const handleFinish = values => {
|
||||
console.log("values", values);
|
||||
if (employeeState[0].id) {
|
||||
//Update a record.
|
||||
updateEmployee({
|
||||
|
||||
Reference in New Issue
Block a user