mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
Removing GetChoices from notifications list init
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
export default ['Wait', 'GetBasePath', 'ProcessErrors', 'Rest', 'GetChoices',
|
||||
function(Wait, GetBasePath, ProcessErrors, Rest, GetChoices) {
|
||||
export default ['Wait', 'GetBasePath', 'ProcessErrors', 'Rest',
|
||||
function(Wait, GetBasePath, ProcessErrors, Rest) {
|
||||
return function(params) {
|
||||
var scope = params.scope,
|
||||
url = params.url,
|
||||
|
||||
Reference in New Issue
Block a user