diff --git a/app/devices/app_config.php b/app/devices/app_config.php index 3d33086333..65dcb2c0ff 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -409,7 +409,6 @@ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_enabled"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "device_provision_enable"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "device_enabled_date";