mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[explore] include ControlHeader as part of Control interface (#2809)
* [explore] include ControlHeader as part of Control interface * Adressing comments
This commit is contained in:
committed by
GitHub
parent
0c9f9b695b
commit
4d12251806
@@ -972,6 +972,7 @@ export const controls = {
|
||||
type: 'CheckboxControl',
|
||||
label: 'Donut',
|
||||
default: false,
|
||||
renderTrigger: true,
|
||||
description: 'Do you want a donut or a pie?',
|
||||
},
|
||||
|
||||
@@ -979,6 +980,7 @@ export const controls = {
|
||||
type: 'CheckboxControl',
|
||||
label: 'Put labels outside',
|
||||
default: true,
|
||||
renderTrigger: true,
|
||||
description: 'Put the labels outside the pie?',
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user