mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 10:57:35 -02:30
update conditional showing of empty list component
This commit is contained in:
@@ -221,13 +221,7 @@ class OrganizationsList extends Component {
|
|||||||
<Trans>Please add an organization to populate this list</Trans>
|
<Trans>Please add an organization to populate this list</Trans>
|
||||||
</EmptyStateBody>
|
</EmptyStateBody>
|
||||||
</EmptyState>
|
</EmptyState>
|
||||||
)}
|
) || (
|
||||||
{(
|
|
||||||
typeof noInitialResults !== 'undefined'
|
|
||||||
&& !noInitialResults
|
|
||||||
&& !loading
|
|
||||||
&& !error
|
|
||||||
) && (
|
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<DataListToolbar
|
<DataListToolbar
|
||||||
addUrl={`${match.url}/add`}
|
addUrl={`${match.url}/add`}
|
||||||
|
|||||||
Reference in New Issue
Block a user