Skip to content
Snippets Groups Projects
Commit 297e502b authored by jojohoch's avatar jojohoch
Browse files

Fix alias in variableInfo of geogebra variables

parent 8f7503ed
No related branches found
No related tags found
No related merge requests found
Pipeline #68332 failed
......@@ -82,7 +82,7 @@ export class GeometryElement extends UIElement implements GeometryProperties {
getVariableInfoOfGeometryVariable(variableName: string): VariableInfo {
return {
id: this.getGeometryVariableId(variableName),
alias: this.alias,
alias: this.getGeometryVariableAlias(variableName),
type: 'string',
format: 'ggb-variable',
multiple: false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment