From 7697dcffb76db05f29d4d2a9f86bce114b9d83a6 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 30 Nov 2024 21:52:56 +0530 Subject: [PATCH] feat: set progress size to 22 --- src/components/molecules/InterpretationButtons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/InterpretationButtons.tsx b/src/components/molecules/InterpretationButtons.tsx index 2072cfd6..9d983761 100644 --- a/src/components/molecules/InterpretationButtons.tsx +++ b/src/components/molecules/InterpretationButtons.tsx @@ -140,7 +140,7 @@ export const InterpretationButtons = ({ enableStepping }: InterpretationButtonsP sx={{ display: 'grid' }} > {info.running ? - Extracting data...please wait for 10secs to 1min + Extracting data...please wait for 10secs to 1min : 'Get Preview of Output Data'}