Skip to content

Commit 8687588

Browse files
committed
Remove description from Example
1 parent e6f2174 commit 8687588

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/questionnaire/Example.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,6 @@
9090
id: 'first_name',
9191
tagline: 'Hi! Welcome to our demo survey 😊',
9292
title: 'What is your first name?',
93-
description: 'description',
94-
descriptionLink: [
95-
new LinkOption({
96-
url: 'example.com'
97-
})
98-
],
9993
type: QuestionType.Text,
10094
required: true,
10195
placeholder: 'Start typing here...'

0 commit comments

Comments
 (0)