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 4fbef0c commit 7fa4a03Copy full SHA for 7fa4a03
src/View/Admin/Field/ImportHistoricalData.php
@@ -40,7 +40,6 @@ public function get_form_field() : array {
40
'default' => 'true',
41
'custom_attributes' => $this->get_custom_attributes(),
42
'options' => [
43
- '' => '----',
44
'false' => esc_html__( 'No', 'cc-woo' ),
45
'true' => esc_html__( 'Yes', 'cc-woo' ),
46
],
0 commit comments