ui: Fix up erroneously placed conditional (#9447)

This meant that when where were no upstreams, no message would show
telling you of that fact. This commit means an EmptyState will now show instead.
pull/9445/head^2
John Cowen 2021-01-05 10:04:03 +00:00 committed by GitHub
parent d32e7f0857
commit d0ebb2b774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 24 deletions

View File

@ -22,6 +22,7 @@
searchproperty=(action (mut searchproperty) value="target.selectedItems")
}}
/>
{{/if}}
<DataCollection
@type="upstream-instance"
@sort={{sort}}
@ -46,7 +47,6 @@
</EmptyState>
</collection.Empty>
</DataCollection>
{{/if}}
{{/let}}
{{/let}}
</div>