Skip to content

Commit

Permalink
Merge pull request #4877 from archesproject/4771_componentize_search
Browse files Browse the repository at this point in the history
4771 componentize search
  • Loading branch information
apeters authored Jun 4, 2019
2 parents 769da92 + 469b78d commit b676165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/templates/views/search.htm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<div class="flex">
<div class="flex">

<div data-bind="component: {
<div style="overflow-y:scroll" data-bind="component: {
name: 'search-results',
params: sharedStateObject
}"></div>
Expand Down

0 comments on commit b676165

Please sign in to comment.