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}