From f367463f60c3a7defcbb11a26686b7c5c8986b15 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 31 Aug 2024 22:43:45 +0530 Subject: [PATCH] fix: format --- src/components/organisms/RightSidePanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index e4143d00..09fb4016 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -111,7 +111,7 @@ export const RightSidePanel = () => { listSelector: step.listSelector, fields: fields, pagination: { - type: selectedPaginationSetting || 'none' + type: selectedPaginationSetting || '' } };