From 0b99155923f6f5e9b5424e83f3a7e33c9b28cf4b Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 22 Oct 2020 13:22:32 +0200 Subject: [PATCH 1/2] compute creation feedback fix --- .../organisms/AssetActions/Compute.tsx | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/components/organisms/AssetActions/Compute.tsx b/src/components/organisms/AssetActions/Compute.tsx index 7f98f9306..d1202ec0a 100644 --- a/src/components/organisms/AssetActions/Compute.tsx +++ b/src/components/organisms/AssetActions/Compute.tsx @@ -128,17 +128,20 @@ export default function Compute({
- + {isLoading ? ( + + ) : ( + + )}