Fix opening hours input element
This commit is contained in:
parent
94f9a0de56
commit
64ec06bfc8
19 changed files with 643 additions and 599 deletions
|
@ -18,6 +18,7 @@ export default class EditableTagRendering extends Toggle {
|
|||
const editMode = new UIEventSource<boolean>(false);
|
||||
|
||||
const answer: BaseUIElement = new TagRenderingAnswer(tags, configuration)
|
||||
answer.SetClass("w-full")
|
||||
let rendering = answer;
|
||||
|
||||
if (configuration.question !== undefined && State.state?.featureSwitchUserbadge?.data) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue