-
-
-
- Select screener filters ({allRows?.length} total)
-
-
-
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
{#each searchTerm?.length !== 0 ? Object?.entries(filteredGroupedRules) : Object?.entries(groupedRules) as [category, rules]}
{category}
@@ -3310,10 +3324,16 @@ const handleKeyDown = (event) => {
{/each}
{/each}
+ {#if searchTerm?.length > 0 && Object?.entries(filteredGroupedRules)?.length === 0}
+
+ Nothing found
+
+ {/if}