mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
remove unneeded default value
This commit is contained in:
parent
638e8c7add
commit
eceeeea22d
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user