Merge pull request #3282 from vvlladd28/improvment/map/name-value

Fix parameter name map
This commit is contained in:
Igor Kulikov 2020-08-11 17:49:04 +03:00 committed by GitHub
commit 2a8379c3eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,7 +243,7 @@ export const commonMapSettingsSchema =
default: false default: false
}, },
mapPageSize: { mapPageSize: {
title: 'Map page size load entities', title: 'Limit of entities to load',
type: 'number', type: 'number',
default: 16384 default: 16384
}, },