Add icon for dropdown question type
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
eec04a351c
commit
7bba1f067f
3 changed files with 6 additions and 4 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue