fix: add missing comma

This commit is contained in:
karishmas6
2024-08-31 03:33:34 +05:30
parent ca79349908
commit 28a508a072

View File

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