diff --git a/awx/ui/client/features/templates/templatesList.controller.js b/awx/ui/client/features/templates/templatesList.controller.js index 6ab8712e40..569bdc4b3a 100644 --- a/awx/ui/client/features/templates/templatesList.controller.js +++ b/awx/ui/client/features/templates/templatesList.controller.js @@ -211,6 +211,7 @@ function ListTemplatesController( .then(model => model.extend('get', 'copy')) .then(model => { const action = () => { + $('#prompt-modal').modal('hide'); Wait('start'); model.copy() .then(({ id }) => {