diff --git a/src/components/Asset/AssetActions/Compute/index.tsx b/src/components/Asset/AssetActions/Compute/index.tsx index 2972c6bd9..d3ff04b3f 100644 --- a/src/components/Asset/AssetActions/Compute/index.tsx +++ b/src/components/Asset/AssetActions/Compute/index.tsx @@ -130,6 +130,7 @@ export default function Compute({ setError(`Error getting compute environments!`) return } + setComputeEnv(computeEnv) const initializedProvider = await initializeProviderForCompute( asset, selectedAlgorithmAsset,