diff --git a/components/form/field/TypeTag.tsx b/components/form/field/TypeTag.tsx index 5942b57..2641dd7 100644 --- a/components/form/field/TypeTag.tsx +++ b/components/form/field/TypeTag.tsx @@ -23,10 +23,8 @@ export const TypeTag: React.FC = ({ } }, [val]); useEffect(() => { - console.log("MASUK", tags); fm.data[name] = tags; fm.render(); - console.log("MASUK"); if (typeof onChange === "function") { onChange(tags); }