From 91dbf7b7056a98df6ad07d6c1a2d041e5bcbcee3 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 30 Nov 2024 21:37:20 +0530 Subject: [PATCH] feat: show circular progress --- src/components/molecules/InterpretationButtons.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/molecules/InterpretationButtons.tsx b/src/components/molecules/InterpretationButtons.tsx index 7e06b59f..b959fd92 100644 --- a/src/components/molecules/InterpretationButtons.tsx +++ b/src/components/molecules/InterpretationButtons.tsx @@ -141,6 +141,11 @@ export const InterpretationButtons = ({ enableStepping }: InterpretationButtonsP > {info.running ? 'Extracting data...please wait for 10secs to 1min' : 'Get Preview of Output Data'} + {info.running && ( + + + + )} { }} isOpen={decisionModal.open}