From 062b491afbc9d0ebc3db3282669316d7a4c6acae Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 24 Aug 2024 02:28:22 +0530 Subject: [PATCH] feat: ask user for amount of data row collection --- src/components/molecules/InterpretationLog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 355c9855..e76caa7a 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -107,7 +107,7 @@ export const InterpretationLog = () => { { getList ? ( -

How many rows of data do you want?

+

What is the maximum number of rows you want to extract?

) : null }