Skip to content

Commit

Permalink
feat: rename fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Patricio Albizu authored and Patricio Albizu committed Sep 12, 2023
1 parent 0f33ce6 commit a507a72
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/observability/src/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,4 +402,4 @@ export * from './shared/components/bar-gauge/bar-gauge.module';
export * from './shared/utils/time-range';

// CSV Downloader Service
export * from './shared/services/global-csv-download-table/global-csv-download-table.service';
export * from './shared/services/global-csv-download/global-csv-download.service';
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import {
withLatestFrom
} from 'rxjs/operators';
import { AttributeMetadata, toFilterAttributeType } from '../../../graphql/model/metadata/attribute-metadata';
import { GlobalCsvDownloadTableService } from '../../../services/global-csv-download-table/global-csv-download-table.service';
import { GlobalCsvDownloadTableService } from '../../../services/global-csv-download/global-csv-download.service';
import { MetadataService } from '../../../services/metadata/metadata.service';
import { InteractionHandler } from '../../interaction/interaction-handler';
import { TableWidgetRowInteractionModel } from './selections/table-widget-row-interaction.model';
Expand Down

0 comments on commit a507a72

Please sign in to comment.