diff --git a/awx/ui/client/src/shared/directives.js b/awx/ui/client/src/shared/directives.js index 3531e78f0b..fc4fbc4cdb 100644 --- a/awx/ui/client/src/shared/directives.js +++ b/awx/ui/client/src/shared/directives.js @@ -1390,7 +1390,7 @@ function(ConfigurationUtils, i18n, $rootScope) { } } else { - return false; + return (!value || value === "") ? false : true; } }; }