diff --git a/app/client/src/pages/Editor/IDE/EditorPane/JS/Add.tsx b/app/client/src/pages/Editor/IDE/EditorPane/JS/Add.tsx index 2e524f80deaf..b45d056bf75f 100644 --- a/app/client/src/pages/Editor/IDE/EditorPane/JS/Add.tsx +++ b/app/client/src/pages/Editor/IDE/EditorPane/JS/Add.tsx @@ -63,10 +63,6 @@ const AddJS = ({ containerProps, innerContainerProps }: AddProps) => { /> ({ groupTitle: op.title, className: op.className, diff --git a/app/client/src/pages/Editor/IDE/EditorPane/JS/List.tsx b/app/client/src/pages/Editor/IDE/EditorPane/JS/List.tsx index 465b05c7b5fd..620ac0b373dc 100644 --- a/app/client/src/pages/Editor/IDE/EditorPane/JS/List.tsx +++ b/app/client/src/pages/Editor/IDE/EditorPane/JS/List.tsx @@ -60,6 +60,7 @@ const ListJSObjects = () => { flexDirection="column" gap="spaces-3" overflow="hidden" + px="spaces-3" py="spaces-3" > {files && files.length > 0 ? ( @@ -80,13 +81,12 @@ const ListJSObjects = () => { flexDirection="column" gap="spaces-4" overflowY="auto" - px="spaces-3" > {localFiles.map(({ group, items }) => { return ( {group !== "NA" ? ( - + { titleMessage={EDITOR_PANE_TEXTS.query_create_tab_title} /> ({ groupTitle: group.title, className: group.className, diff --git a/app/client/src/pages/Editor/IDE/EditorPane/Query/List.tsx b/app/client/src/pages/Editor/IDE/EditorPane/Query/List.tsx index f23a0e2e02c4..9321d44d80b2 100644 --- a/app/client/src/pages/Editor/IDE/EditorPane/Query/List.tsx +++ b/app/client/src/pages/Editor/IDE/EditorPane/Query/List.tsx @@ -47,6 +47,7 @@ const ListQuery = () => { flexDirection="column" gap="spaces-3" overflow="hidden" + px="spaces-3" py="spaces-3" > {files.length > 0 ? ( @@ -56,16 +57,11 @@ const ListQuery = () => { onSearch={setSearchTerm} /> ) : null} - + {localFiles.map(({ group, items }) => { return ( - + { return ( - + {hasAddPermission ? (