From 8ceaf944b841ab6fff86946370f674351c82b946 Mon Sep 17 00:00:00 2001 From: rizrmd Date: Mon, 3 Jun 2024 00:25:47 -0700 Subject: [PATCH] fix --- comps/form/field/type/TypeTag.tsx | 4 ++-- comps/form/gen/fields.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/comps/form/field/type/TypeTag.tsx b/comps/form/field/type/TypeTag.tsx index 9c3e53c..0cd4ab8 100755 --- a/comps/form/field/type/TypeTag.tsx +++ b/comps/form/field/type/TypeTag.tsx @@ -1,8 +1,8 @@ import { useLocal } from "@/utils/use-local"; +import { Typeahead } from "lib/comps/ui/typeahead"; import { FC } from "react"; import { FMLocal, FieldLocal, FieldProp } from "../../typings"; -import { Typeahead } from "../../../../.."; - +∏ export const FieldTag: FC<{ field: FieldLocal; fm: FMLocal; diff --git a/comps/form/gen/fields.ts b/comps/form/gen/fields.ts index 076eae9..608ab1f 100755 --- a/comps/form/gen/fields.ts +++ b/comps/form/gen/fields.ts @@ -80,7 +80,7 @@ export const newField = ( select: res.select, pks: {}, }); - console.log("halo"); + // console.log("halo"); if (["has-one"].includes(arg.type)) { return createItem({ component: {