mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
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