Skip to content
Snippets Groups Projects
Commit be5e0e6c authored by Tony Salomone's avatar Tony Salomone
Browse files

ModelStore: Switch to using jobId to decide if a download is in progress

parent 3ff49de1
No related branches found
No related tags found
No related merge requests found
......@@ -489,7 +489,7 @@ export default function ModelStore() {
<Button
size="sm"
disabled={
row.downloaded || currentlyDownloading !== null
row.downloaded || jobId !== null
}
onClick={async () => {
setJobId(-1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment