mirror of
https://github.com/apache/superset.git
synced 2026-04-11 12:26:05 +00:00
[heatmap] basic non empty validation (#3119)
This commit is contained in:
committed by
GitHub
parent
e834154030
commit
7b015faae9
@@ -798,6 +798,14 @@ const visTypes = {
|
||||
],
|
||||
},
|
||||
],
|
||||
controlOverrides: {
|
||||
all_columns_x: {
|
||||
validators: [v.nonEmpty],
|
||||
},
|
||||
all_columns_y: {
|
||||
validators: [v.nonEmpty],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
horizon: {
|
||||
|
||||
Reference in New Issue
Block a user