mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Code cleanup, renaming functions, use .all() on config promises
This commit is contained in:
@@ -240,9 +240,6 @@ class Organization extends Component {
|
||||
path="/organizations/:id/notifications"
|
||||
render={() => (
|
||||
<OrganizationNotifications
|
||||
match={match}
|
||||
location={location}
|
||||
history={history}
|
||||
canToggleNotifications={canToggleNotifications}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user