mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 01:38:50 -03:30
add survey questions
This commit is contained in:
@@ -71,7 +71,7 @@ function LaunchPrompt({ config, resource, onLaunch, onCancel, i18n }) {
|
||||
if (config.survey_enabled) {
|
||||
steps.push({
|
||||
name: i18n._(t`Survey`),
|
||||
component: <SurveyStep />,
|
||||
component: <SurveyStep template={resource} />,
|
||||
});
|
||||
}
|
||||
steps.push({
|
||||
|
||||
Reference in New Issue
Block a user