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