remove not used ImportButton

This commit is contained in:
dklimpel 2023-02-03 09:50:54 +01:00
parent fa2b77748f
commit d76ab36e32

View File

@ -23,19 +23,6 @@ import { generateRandomUser } from "./users";
const LOGGING = true;
export const ImportButton = ({ label, variant = "text" }) => {
return (
<ReactAdminButton
color="primary"
component="span"
variant={variant}
label={label}
>
<GetAppIcon style={{ transform: "rotate(180deg)", fontSize: "20" }} />
</ReactAdminButton>
);
};
const expectedFields = ["id", "displayname"].sort();
const optionalFields = [
"user_type",