This commit is contained in:
rizky 2024-04-22 20:10:43 -07:00
parent cf2b1c02e5
commit e09ca57c61
1 changed files with 3 additions and 1 deletions

View File

@ -77,7 +77,9 @@ export const formInit = (fm: FMLocal, props: FMProps) => {
}
fm.internal.reload.done.map((e) => e());
setTimeout(() => {
toast.dismiss();
}, 100);
fm.status = "ready";
fm.render();