Skip to content

Commit

Permalink
Remove metrics control non-null validator in Table context (#2635)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Apr 18, 2017
1 parent 91fe02c commit ac51a30
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion superset/assets/javascripts/explorev2/stores/visTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ const visTypes = {
label: 'NOT GROUPED BY',
description: 'Use this section if you want to query atomic rows',
controlSetRows: [
['all_columns', 'order_by_cols'],
['all_columns'],
['order_by_cols'],
],
},
{
Expand All @@ -255,6 +256,9 @@ const visTypes = {
},
],
controlOverrides: {
metrics: {
validators: [],
},
time_grain_sqla: {
default: null,
},
Expand Down

0 comments on commit ac51a30

Please sign in to comment.