mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-11 02:21:48 -05:00
Fixes error thrown when saving various forms: `Cannot set property
'name_api_error' of null` Resolves #3822 & #3832
This commit is contained in:
@@ -197,7 +197,7 @@ export default ['Rest', 'Wait',
|
||||
var params,
|
||||
v = $scope.notification_type.value;
|
||||
|
||||
generator.clearApiErrors();
|
||||
generator.clearApiErrors($scope);
|
||||
params = {
|
||||
"name": $scope.name,
|
||||
"description": $scope.description,
|
||||
|
||||
Reference in New Issue
Block a user