feat: emit pagination for list settings
This commit is contained in:
@@ -110,9 +110,7 @@ export const RightSidePanel = () => {
|
|||||||
settings = {
|
settings = {
|
||||||
listSelector: step.listSelector,
|
listSelector: step.listSelector,
|
||||||
fields: fields,
|
fields: fields,
|
||||||
pagination: {
|
pagination: step.pagination
|
||||||
type: selectedPaginationSetting || '',
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user