mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
fix: resample method shouldn't be freeform (#21135)
This commit is contained in:
@@ -178,7 +178,6 @@ export const advancedAnalyticsControls: ControlPanelSectionConfig = {
|
||||
name: 'resample_method',
|
||||
config: {
|
||||
type: 'SelectControl',
|
||||
freeForm: true,
|
||||
label: t('Fill method'),
|
||||
default: null,
|
||||
choices: [
|
||||
|
||||
Reference in New Issue
Block a user