This commit is contained in:
rizrmd 2024-06-03 00:25:47 -07:00
parent d257667ea3
commit 8ceaf944b8
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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: {