dever 4 years ago
parent
commit
5df1bea8fc
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/Api.php

+ 3 - 3
src/Api.php

@@ -173,7 +173,7 @@ class Api
 						$config['struct'][$k]['match'] = 'is_numeric';
 						$config['struct'][$k]['option'] = $option;
 						$config['struct'][$k]['search'] = 'select';
-						$config['struct'][$k]['default'] = '1';
+						$config['struct'][$k]['default'] = '';
 
 						break;
 					case 11:
@@ -182,7 +182,7 @@ class Api
 						$config['struct'][$k]['match'] = 'is_string';
 						$config['struct'][$k]['option'] = $option;
 						$config['struct'][$k]['search'] = 'select';
-						$config['struct'][$k]['default'] = '1';
+						$config['struct'][$k]['default'] = '';
 						break;
 					case 12:
 						$config['struct'][$k]['update'] = 'select';
@@ -190,7 +190,7 @@ class Api
 						$config['struct'][$k]['match'] = 'is_numeric';
 						$config['struct'][$k]['option'] = $option;
 						$config['struct'][$k]['search'] = 'select';
-						$config['struct'][$k]['default'] = '1';
+						$config['struct'][$k]['default'] = '';
 						break;
 					
 					default: