fix
This commit is contained in:
parent
d257667ea3
commit
8ceaf944b8
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue