add survey questions

This commit is contained in:
Keith Grant
2020-04-09 11:35:56 -07:00
parent c833676863
commit 8a0be5b111
2 changed files with 62 additions and 5 deletions

View File

@@ -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({