Unverified Commit 22de7ab6 authored by Robert Knight's avatar Robert Knight Committed by GitHub

Merge pull request #742 from hypothesis/fix-empty-search-query

Fix "No results for {query}" message
parents f609e769 01915c04
......@@ -13,7 +13,7 @@
filter-active="!!vm.search.query()"
filter-match-count="vm.visibleCount()"
on-clear-selection="vm.clearSelection()"
search-query="vm.search ? vm.search.query : ''"
search-query="vm.search.query()"
selection-count="vm.selectedAnnotationCount()"
total-count="vm.topLevelThreadCount()"
selected-tab="vm.selectedTab"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment