Fix toast id type in load-progress resume

This commit is contained in:
oobabooga 2026-06-26 23:13:01 -03:00
commit ae7dc8937a

View file

@ -637,7 +637,7 @@ export function ImagesPage() {
setBusy("loading");
dismissLoadToast();
lastLoadSig.current = null;
loadToastId.current = toast(null, loadToastArgs(p, loadToastId.current));
loadToastId.current = toast(null, loadToastArgs(p));
void pollLoadProgress();
}
} catch {