fix field

This commit is contained in:
rizky 2024-08-02 03:48:05 -07:00
parent 6c0e4b671b
commit b1f9524da2
1 changed files with 1 additions and 5 deletions

View File

@ -4,13 +4,9 @@ import { FieldLoading } from "../../ui/field-loading";
import { FMLocal, FieldLocal, FieldProp } from "../typings";
import { TableEdit } from "./table-edit/TableEdit";
import { FieldTypeInput, PropTypeInput } from "./type/TypeInput";
import { FieldLink } from "./type/TypeLink";
import { MultiOption } from "./type/TypeMultiOption";
import { SingleOption } from "./type/TypeSingleOption";
import { FieldLink } from "./type/TypeLink";
const modify = {
timeout: null as any,
};
export const FieldInput: FC<{
field: FieldLocal;