fix
This commit is contained in:
parent
cf2b1c02e5
commit
e09ca57c61
|
|
@ -77,7 +77,9 @@ export const formInit = (fm: FMLocal, props: FMProps) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
fm.internal.reload.done.map((e) => e());
|
fm.internal.reload.done.map((e) => e());
|
||||||
toast.dismiss();
|
setTimeout(() => {
|
||||||
|
toast.dismiss();
|
||||||
|
}, 100);
|
||||||
|
|
||||||
fm.status = "ready";
|
fm.status = "ready";
|
||||||
fm.render();
|
fm.render();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue