feat: pass pagination type in settings

This commit is contained in:
karishmas6
2024-08-31 03:33:19 +05:30
parent d3fe5ce2ed
commit ca79349908

View File

@@ -110,6 +110,9 @@ export const RightSidePanel = () => {
settings = {
listSelector: step.listSelector,
fields: fields
pagination: {
type: selectedPaginationSetting || 'none'
}
};
}