Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 409a075

Browse files
committed
remove empty query default elements
(c) Copyright IBM Corp. 2016
1 parent de8e04c commit 409a075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

urth-viz-query.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,12 @@ <h3 class="query-label">Filters (matches all):</h3>
191191
// n-element array with shape to fit query form
192192
filters: {
193193
type: Array,
194-
value: function() { return [{ col: null, op: null, val: null }]; }
194+
value: function() { return []; }
195195
},
196196

197197
groups: {
198198
type: Array,
199-
value: function() { return [{ col: null, aggregators: [] }]; }
199+
value: function() { return []; }
200200
}
201201
},
202202

0 commit comments

Comments
 (0)