mirror of
https://github.com/ansible/awx.git
synced 2026-02-03 18:48:12 -03: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>
|
||||
</EmptyStateBody>
|
||||
</EmptyState>
|
||||
)}
|
||||
{(
|
||||
typeof noInitialResults !== 'undefined'
|
||||
&& !noInitialResults
|
||||
&& !loading
|
||||
&& !error
|
||||
) && (
|
||||
) || (
|
||||
<Fragment>
|
||||
<DataListToolbar
|
||||
addUrl={`${match.url}/add`}
|
||||
|
||||
Reference in New Issue
Block a user