From cce59d08c4c61ee03f5b097fe80a25da5344fdbd Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 26 Aug 2024 20:02:52 +0530 Subject: [PATCH] feat: move table above data row collection count --- .../molecules/InterpretationLog.tsx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 61144287..93b23dd6 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -140,16 +140,7 @@ export const InterpretationLog = () => { { getList ? ( <> - - What is the maximum number of rows you want to extract? - - } label="10" /> - } label="100" /> - } label="Custom" /> - - - - + @@ -178,6 +169,15 @@ export const InterpretationLog = () => {
+ + + What is the maximum number of rows you want to extract? + + } label="10" /> + } label="100" /> + } label="Custom" /> + + ) : null }