mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Remove metrics control non-null validator in Table context (#2635)
This commit is contained in:
committed by
GitHub
parent
91fe02cdc8
commit
ac51a30f98
@@ -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'],
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -255,6 +256,9 @@ const visTypes = {
|
||||
},
|
||||
],
|
||||
controlOverrides: {
|
||||
metrics: {
|
||||
validators: [],
|
||||
},
|
||||
time_grain_sqla: {
|
||||
default: null,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user