diff --git a/component_config/configSchema.json b/component_config/configSchema.json index a58489b..ec91949 100644 --- a/component_config/configSchema.json +++ b/component_config/configSchema.json @@ -17,7 +17,7 @@ "type": "string", "format": "radio", "title": "Python Version & Environment Isolation", - "default": null, + "default": "", "options": { "tooltip": "- **Isolated environment** takes a couple of seconds to start, but gives you the opportuninty to pick one of the latest versions of Python. It's also a safer choice as it prevents package collisions.\n- Non-isolated environment (used to be the default choice) might start a bit faster, but can lead to issues mentioned above. It will also become a subject to deprecation in the future.\n- We recommmend you **update the code regularly** to make sure it runs with the latest versions of all packages. This will help you avoid issues with abandoned packages and **security vulnerabilities**.", "enum_titles": [