Remove small alert ox

This commit is contained in:
pietervdvn 2021-10-26 21:29:50 +02:00
parent d443616d1f
commit bd3395af22

View file

@ -108,7 +108,7 @@ export default class TagRenderingQuestion extends Combine {
const saveButton = new Combine([
options.saveButtonConstr(inputElement.GetValue()),
new Toggle(Translations.t.general.testing, undefined, State.state.featureSwitchIsTesting).SetClass("alert")
new Toggle(Translations.t.general.testing.SetClass("alert"), undefined, State.state.featureSwitchIsTesting)
])
let bottomTags: BaseUIElement;