From 0f26f2d7792c3e3c044cbe94a02b372f137ee2df Mon Sep 17 00:00:00 2001 From: Lukas Kimpel <lukas.kimpel@mni.thm.de> Date: Fri, 16 Mar 2018 13:56:02 +0100 Subject: [PATCH] Remove demo data --- .../creator-choice-content.component.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/app/creator-choice-content/creator-choice-content.component.ts b/src/app/creator-choice-content/creator-choice-content.component.ts index a92b613f7..8c72948d8 100644 --- a/src/app/creator-choice-content/creator-choice-content.component.ts +++ b/src/app/creator-choice-content/creator-choice-content.component.ts @@ -26,12 +26,8 @@ export class CreatorChoiceContentComponent implements OnInit { '', '', 1, - [ - new AnswerOption('Option 1', '10'), - new AnswerOption('Option 2', '10'), - new AnswerOption('Option 3', '10') - ], - [0, 2], + [], + [], true); displayedColumns = ['label', 'points']; -- GitLab