Skip to content

Commit

Permalink
do not access items.content since it turns items into an InternalMode…
Browse files Browse the repository at this point in the history
…l and breaks deleting namespaces
  • Loading branch information
andaley committed Jan 10, 2020
1 parent 820dfaf commit c8ea4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/lib/core/addon/templates/components/list-view.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
)
}}
<div class="box is-fullwidth is-bottomless is-sideless is-paddingless" data-test-list-view-list>
{{#each (or items.content items) as |item|}}
{{#each items as |item|}}
{{yield (hash item=item)}}
{{else}}
{{yield}}
Expand Down

0 comments on commit c8ea4f4

Please sign in to comment.