Skip to content

Commit

Permalink
Fixes problem with adding semanticIds in Dashboard (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronzi authored Oct 9, 2024
1 parent ecdfa78 commit 0f2532f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aas-web-ui/src/mixins/DashboardHandling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default defineComponent({
groupId: group.id,
},
configObject: {
semanticId: this.SelectedNode.semanticId.keys[0].value,
semanticId: this.SelectedNode.semanticId,
chartType: item.chartType,
chartOptions: item.chartOptions,
timeVal: item.timeValue,
Expand Down

0 comments on commit 0f2532f

Please sign in to comment.