fix: add missing comma
This commit is contained in:
@@ -109,7 +109,7 @@ export const RightSidePanel = () => {
|
|||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
listSelector: step.listSelector,
|
listSelector: step.listSelector,
|
||||||
fields: fields
|
fields: fields,
|
||||||
pagination: {
|
pagination: {
|
||||||
type: selectedPaginationSetting || 'none'
|
type: selectedPaginationSetting || 'none'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user