We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147f1b5 commit 7229028Copy full SHA for 7229028
projects/observability/src/shared/dashboard/widgets/table/services/table-widget-columns.service.ts
@@ -61,7 +61,7 @@ export class TableWidgetColumnsService {
61
}
62
63
private isFilterable(type?: AttributeMetadataType): boolean {
64
- return type === undefined ? false: this.filterBuilderLookupService.isBuildableType(toFilterAttributeType(type));
+ return type === undefined ? false : this.filterBuilderLookupService.isBuildableType(toFilterAttributeType(type));
65
66
67
private lookupDisplayType(type: AttributeMetadataType): string {
0 commit comments