mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
remove unneeded default value
This commit is contained in:
@@ -33,7 +33,7 @@ function OrganizationsList({ i18n }) {
|
||||
const addUrl = `${match.url}/add`;
|
||||
|
||||
const {
|
||||
result: { organizations = {}, organizationCount, actions },
|
||||
result: { organizations, organizationCount, actions },
|
||||
error: contentError,
|
||||
isLoading: isOrgsLoading,
|
||||
request: fetchOrganizations,
|
||||
|
||||
Reference in New Issue
Block a user