Removed ability to delete employees IO-423

This commit is contained in:
Patrick Fic
2020-12-16 17:21:36 -08:00
parent 3a4b6b2fc3
commit 9655d57fb8
2 changed files with 25 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
import { Button, Form, Input, InputNumber, Select, Switch } from "antd";
import { Button, Form, Input, Select, Switch } from "antd";
import moment from "moment";
import React, { useEffect } from "react";
import { useApolloClient } from "react-apollo";