Add icon for dropdown question type

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-06-25 19:54:45 +02:00
commit 7bba1f067f
No known key found for this signature in database
GPG key ID: CBD846FC845CBE17
3 changed files with 6 additions and 4 deletions

View file

@ -73,7 +73,7 @@ export default {
dropdown: {
component: QuestionDropdown,
icon: 'icon-triangle-s',
icon: 'icon-answer-dropdown',
label: t('forms', 'Dropdown'),
validate: question => question.options.length > 0,