Merge branch '14166-description-for-icons-top-bar-are-missing'
[arvados-workbench2.git] / src / views-components / form-fields / project-form-fields.tsx
index 967d3e5b878d9bc63811fd2e3810724ecf05b06f..630877e72f14e5e66729aa07e3b51002d95fbfeb 100644 (file)
@@ -3,7 +3,7 @@
 // SPDX-License-Identifier: AGPL-3.0
 
 import * as React from "react";
-import { Field, WrappedFieldProps } from "redux-form";
+import { Field } from "redux-form";
 import { TextField } from "~/components/text-field/text-field";
 import { PROJECT_NAME_VALIDATION, PROJECT_DESCRIPTION_VALIDATION } from "~/validators/validators";