fix
This commit is contained in:
parent
d257667ea3
commit
8ceaf944b8
|
|
@ -1,8 +1,8 @@
|
||||||
import { useLocal } from "@/utils/use-local";
|
import { useLocal } from "@/utils/use-local";
|
||||||
|
import { Typeahead } from "lib/comps/ui/typeahead";
|
||||||
import { FC } from "react";
|
import { FC } from "react";
|
||||||
import { FMLocal, FieldLocal, FieldProp } from "../../typings";
|
import { FMLocal, FieldLocal, FieldProp } from "../../typings";
|
||||||
import { Typeahead } from "../../../../..";
|
∏
|
||||||
|
|
||||||
export const FieldTag: FC<{
|
export const FieldTag: FC<{
|
||||||
field: FieldLocal;
|
field: FieldLocal;
|
||||||
fm: FMLocal;
|
fm: FMLocal;
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,7 @@ export const newField = (
|
||||||
select: res.select,
|
select: res.select,
|
||||||
pks: {},
|
pks: {},
|
||||||
});
|
});
|
||||||
console.log("halo");
|
// console.log("halo");
|
||||||
if (["has-one"].includes(arg.type)) {
|
if (["has-one"].includes(arg.type)) {
|
||||||
return createItem({
|
return createItem({
|
||||||
component: {
|
component: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue