feat: emit pagination for list settings

This commit is contained in:
karishmas6
2024-09-06 10:44:27 +05:30
parent e4bb50e03d
commit b97d62d41e

View File

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