Skip to content

Commit

Permalink
Make sure external resource loading indicator is reset properly
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronPlave committed Jan 31, 2024
1 parent 1475abe commit 155481b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/plans/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
externalResourceNames,
externalResources,
fetchingResources,
fetchingResourcesExternal,
resetSimulationStores,
resourceTypes,
resources,
Expand Down Expand Up @@ -336,6 +337,7 @@
} else {
simulationDataAbortController?.abort();
fetchingResources.set(false);
fetchingResourcesExternal.set(false);
$resources = [];
$spans = [];
}
Expand Down

0 comments on commit 155481b

Please sign in to comment.