diff --git a/awx/ui/static/js/helpers/Survey.js b/awx/ui/static/js/helpers/Survey.js index cc1834accf..ed7bae3787 100644 --- a/awx/ui/static/js/helpers/Survey.js +++ b/awx/ui/static/js/helpers/Survey.js @@ -756,6 +756,7 @@ angular.module('SurveyHelper', [ 'Utilities', 'RestServices', 'SchedulesHelper', scope.default_float = ""; scope.default_int = ""; scope.default_textarea = ""; + scope.default_password = "" ; scope.choices = ""; scope.text_min = ""; scope.text_max = "" ;