mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -02:30
adding cancel button for survey question form
cancel button closes the survey question form and returns the modal into its previous state
This commit is contained in:
@@ -179,7 +179,7 @@ angular.module('SurveyQuestionFormDefinition', [])
|
||||
question_cancel : {
|
||||
label: 'Cancel',
|
||||
'class' : 'btn btn-default',
|
||||
ngClick: 'cancelQuestion()'
|
||||
ngClick: 'cancelQuestion($event)'
|
||||
},
|
||||
submit_question: {
|
||||
ngClick: 'submitQuestion()',
|
||||
|
||||
Reference in New Issue
Block a user