From ca79349908ce5075cd4eb47ce3af72e864fa6322 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 31 Aug 2024 03:33:19 +0530 Subject: [PATCH] feat: pass pagination type in settings --- src/components/organisms/RightSidePanel.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 308a5ea7..f9728bef 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -110,6 +110,9 @@ export const RightSidePanel = () => { settings = { listSelector: step.listSelector, fields: fields + pagination: { + type: selectedPaginationSetting || 'none' + } }; }