From 4257f382c4fef6f8ccfc0e24bc1c842cb197a9bd Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 09:45:24 +0530 Subject: [PATCH] feat: remove custom limit & pagination settings --- .../molecules/InterpretationLog.tsx | 34 ------------------- 1 file changed, 34 deletions(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 62834603..d4cdaa3d 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -172,40 +172,6 @@ export const InterpretationLog: React.FC = ({ isOpen, se )} -
- - -

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

-
- - } label="10" /> - } label="100" /> - } label="Custom" /> - {selectedOption === 'custom' && ( - - )} - -
-
-

How can we find the next item?

-

Select and review the pagination setting this webpage is using

- -
-