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