-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused references to
sortControlIsHidden
(#315)
Remove `sortControlIsHidden` artifacts
- Loading branch information
Showing
3 changed files
with
4 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<header class="bg-color-page-faint border-b border-b-color-border-faint mb-7"> | ||
<header class="mb-7 border-b border-b-color-border-faint bg-color-page-faint"> | ||
<Header::Nav /> | ||
</header> | ||
|
||
<Header::Toolbar | ||
@facets={{@facets}} | ||
@sortControlIsHidden={{@sortControlIsHidden}} | ||
/> | ||
<Header::Toolbar @facets={{@facets}} /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{{! @glint-nocheck: not typesafe yet }} | ||
{{page-title "Search Results"}} | ||
|
||
<Header @facets={{@model.facets}} @sortControlIsHidden={{true}} /> | ||
<Header @facets={{@model.facets}} /> | ||
|
||
<Results @results={{@model.results}} @query={{this.q}} /> |