Remove small alert ox
This commit is contained in:
parent
d443616d1f
commit
bd3395af22
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ export default class TagRenderingQuestion extends Combine {
|
||||||
|
|
||||||
const saveButton = new Combine([
|
const saveButton = new Combine([
|
||||||
options.saveButtonConstr(inputElement.GetValue()),
|
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;
|
let bottomTags: BaseUIElement;
|
||||||
|
|
Loading…
Reference in a new issue