summaryrefslogtreecommitdiffstats
path: root/client/js
diff options
context:
space:
mode:
Diffstat (limited to 'client/js')
-rw-r--r--client/js/app/src/app/pages/querybuilder/context/parameters.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/js/app/src/app/pages/querybuilder/context/parameters.jsx b/client/js/app/src/app/pages/querybuilder/context/parameters.jsx
index e5d3422748f..749dcaade6d 100644
--- a/client/js/app/src/app/pages/querybuilder/context/parameters.jsx
+++ b/client/js/app/src/app/pages/querybuilder/context/parameters.jsx
@@ -40,7 +40,7 @@ export default param('root', [
param('features', 'Parent', { children: 'String' }),
param('listFeatures', 'Boolean'),
param('profile', 'String'),
- param('properties', 'String'),
+ param('properties', 'String', { children: 'String' }),
param('softtimeout', [
param('enable', 'Boolean'),
param('factor', 'Float'),