Skip to content

Commit

Permalink
Remove unused Legend column of the tree in the xy-output-component
Browse files Browse the repository at this point in the history
fixes #579

Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
  • Loading branch information
bhufmann committed Dec 8, 2021
1 parent 729058a commit 232f2f7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export class XYOutputComponent extends AbstractTreeOutputComponent<AbstractOutpu
} else {
columns.push({title: 'Name', sortable: true});
}
columns.push({title: 'Legend', sortable: false});
this.setState({
outputStatus: treeResponse.status,
xyTree: treeResponse.model.entries,
Expand Down

0 comments on commit 232f2f7

Please sign in to comment.