fix: download allowed hosts

This commit is contained in:
Timothy J. Baek 2024-04-01 14:01:05 -07:00
parent 554e56687c
commit d72653cdea
2 changed files with 12 additions and 7 deletions

View file

@ -258,6 +258,9 @@
console.log(error);
}
}
} else {
const error = await fileResponse?.json();
toast.error(error?.detail ?? error);
}
if (uploaded) {