mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-21 08:13:36 -05:00
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