We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b15b0 commit 8fccd78Copy full SHA for 8fccd78
sender/rest_senders_models.go
@@ -500,8 +500,8 @@ var ModeKeyOptions = map[string][]Option{
500
KeyName: KeyPandoraAutoConvertDate,
501
Element: Radio,
502
ChooseOnly: true,
503
- ChooseOptions: []interface{}{"true", "false"},
504
- Default: "true",
+ ChooseOptions: []interface{}{"false", "true"},
+ Default: "false",
505
DefaultNoUse: false,
506
Description: "自动转换时间类型(pandora_auto_convert_date)",
507
Advance: true,
0 commit comments