feat: add pagination to list settings

This commit is contained in:
karishmas6
2024-08-31 03:32:16 +05:30
parent ffa84cb4ad
commit 05c8e54401

View File

@@ -90,7 +90,8 @@ export const RightSidePanel = () => {
const getListSettingsObject = useCallback(() => {
let settings: {
listSelector?: string;
fields?: Record<string, { selector: string; tag?: string;[key: string]: any }>
fields?: Record<string, { selector: string; tag?: string;[key: string]: any }>;
pagination?: { type: string; selector?: string }
} = {};
browserSteps.forEach(step => {