mirror of
https://github.com/apache/superset.git
synced 2026-04-12 20:57:55 +00:00
chore: nixing requiresTime (#10259)
This commit is contained in:
@@ -40,7 +40,6 @@ describe('controlUtils', () => {
|
||||
beforeAll(() => {
|
||||
getChartControlPanelRegistry()
|
||||
.registerValue('test-chart', {
|
||||
requiresTime: true,
|
||||
controlPanelSections: [
|
||||
{
|
||||
label: t('Chart Options'),
|
||||
@@ -84,7 +83,6 @@ describe('controlUtils', () => {
|
||||
],
|
||||
})
|
||||
.registerValue('test-chart-override', {
|
||||
requiresTime: true,
|
||||
controlPanelSections: [
|
||||
{
|
||||
label: t('Chart Options'),
|
||||
|
||||
Reference in New Issue
Block a user