Merge branch 'main' of https://github.com/faisolavolut/julong-lib
This commit is contained in:
commit
a2378cb597
|
|
@ -23,10 +23,8 @@ export const TypeTag: React.FC<any> = ({
|
|||
}
|
||||
}, [val]);
|
||||
useEffect(() => {
|
||||
console.log("MASUK", tags);
|
||||
fm.data[name] = tags;
|
||||
fm.render();
|
||||
console.log("MASUK");
|
||||
if (typeof onChange === "function") {
|
||||
onChange(tags);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue