This commit is contained in:
rizky 2024-11-27 14:12:00 -07:00
parent 6a8668c6f5
commit e062991ac4
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ export const BaseForm = <T extends Record<string, any>>({
for (const [k, v] of Object.entries(data)) {
local.fm.data[k] = v;
}
console.log(local.fm.data, data)
local.fm.render();
}
}, [data]);