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() { ...@@ -489,7 +489,7 @@ export default function ModelStore() {
<Button <Button
size="sm" size="sm"
disabled={ disabled={
row.downloaded || currentlyDownloading !== null row.downloaded || jobId !== null
} }
onClick={async () => { onClick={async () => {
setJobId(-1); setJobId(-1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment