Skip to content
Snippets Groups Projects
Commit 4fc37984 authored by mathias.chouet's avatar mathias.chouet
Browse files

Fix bug in generic select template

parent 37b124d1
No related branches found
No related tags found
No related merge requests found
......@@ -96,4 +96,9 @@ export class ChartTypeSelectComponent implements IObservable {
public get enableHelpButton() {
return false;
}
// implemented because of generic template
public get messageWhenEmpty(): string {
return undefined;
}
}
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