diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html
index c93745efa10..35b50197982 100644
--- a/changedetectionio/templates/edit.html
+++ b/changedetectionio/templates/edit.html
@@ -383,13 +383,13 @@
Text filtering
{% if watch_needs_selenium_or_playwright %}
{% if system_has_playwright_configured %}
- {% if visual_selector_data_ready %}
The Visual Selector tool lets you select the text elements that will be used for the change detection. It automatically fills-in the filters in the "CSS/JSONPath/JQ/XPath Filters" box of the Filters & Triggers tab. Use Shift+Click to select multiple items.
@@ -400,9 +400,6 @@
Text filtering
Currently: Loading...
- {% else %}
-
Error, The Visual selector data is not ready, it needs to complete atleast one fetch, please queue the item and reload.
- {% endif %}
{% else %}
{# The watch needed chrome but system says that playwright is not ready #}
{{ playwright_warning() }}