Skip to content

Commit 7fa4a03

Browse files
committed
Remove empty choice
1 parent 4fbef0c commit 7fa4a03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/View/Admin/Field/ImportHistoricalData.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public function get_form_field() : array {
4040
'default' => 'true',
4141
'custom_attributes' => $this->get_custom_attributes(),
4242
'options' => [
43-
'' => '----',
4443
'false' => esc_html__( 'No', 'cc-woo' ),
4544
'true' => esc_html__( 'Yes', 'cc-woo' ),
4645
],

0 commit comments

Comments
 (0)