Fix translations for charging stations; re-add technical questions
This commit is contained in:
parent
32bd2a00b3
commit
ac751ed7bc
7 changed files with 2719 additions and 26 deletions
|
@ -11,7 +11,8 @@ import TagRenderingConfig from "../../Models/ThemeConfig/TagRenderingConfig";
|
|||
*/
|
||||
export default class TagRenderingAnswer extends VariableUiElement {
|
||||
|
||||
constructor(tagsSource: UIEventSource<any>, configuration: TagRenderingConfig, contentClasses: string = "", contentStyle: string = "") {
|
||||
constructor(tagsSource: UIEventSource<any>, configuration: TagRenderingConfig,
|
||||
contentClasses: string = "", contentStyle: string = "") {
|
||||
if (configuration === undefined) {
|
||||
throw "Trying to generate a tagRenderingAnswer without configuration..."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue