diff --git a/UI/Popup/TagRenderingQuestion.ts b/UI/Popup/TagRenderingQuestion.ts index 83257f25a7..5f0881d293 100644 --- a/UI/Popup/TagRenderingQuestion.ts +++ b/UI/Popup/TagRenderingQuestion.ts @@ -55,9 +55,8 @@ export default class TagRenderingQuestion extends Combine { const inputElement: InputElement = TagRenderingQuestion.GenerateInputElement(configuration, applicableUnit, tags) if (inputElement === undefined) { - console.trace("MultiAnswer failed", configuration) - const inputElement0: InputElement = TagRenderingQuestion.GenerateInputElement(configuration, applicableUnit, tags) - + console.error("MultiAnswer failed - probably not a single option was possible", configuration) + throw "MultiAnswer failed - probably not a single option was possible" } const save = () => { const selection = inputElement.GetValue().data;