diff --git a/awx/ui/client/src/credentials/factories/kind-change.factory.js b/awx/ui/client/src/credentials/factories/kind-change.factory.js index 22b1bd2706..c9d324bbab 100644 --- a/awx/ui/client/src/credentials/factories/kind-change.factory.js +++ b/awx/ui/client/src/credentials/factories/kind-change.factory.js @@ -2,8 +2,7 @@ export default function KindChange(Empty, i18n) { return function(params) { var scope = params.scope, - reset = params.reset, - collapse, id; + reset = params.reset; $('.popover').each(function() { // remove lingering popover