feat: use selectedPaginationSetting

This commit is contained in:
karishmas6
2024-09-06 12:07:19 +05:30
parent 3be74a969e
commit 0bf9acfc08

View File

@@ -110,7 +110,7 @@ export const RightSidePanel = () => {
settings = {
listSelector: step.listSelector,
fields: fields,
pagination: step.pagination
pagination: { type: selectedPaginationSetting, selector: step.pagination?.selector },
};
}