Skip to content

Commit

Permalink
LA-7 Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucano Vera committed Nov 26, 2024
1 parent 4b1d7d2 commit 2ef97bd
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { MenuPosition } from "chakra-react-select";
import { Center, Flex, Spinner } from "fidesui";
import { Field, FieldInputProps } from "formik";

Expand All @@ -12,13 +11,11 @@ import { useCustomFields } from "./hooks";
type CustomFieldsListProps = {
resourceFidesKey?: string;
resourceType: ResourceTypes;
menuPosition?: MenuPosition;
};

export const CustomFieldsList = ({
resourceFidesKey,
resourceType,
menuPosition,
}: CustomFieldsListProps) => {
const {
idToAllowListWithOptions,
Expand Down

0 comments on commit 2ef97bd

Please sign in to comment.