Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
vashjs committed Feb 26, 2024
1 parent a8b97f1 commit ecc5394
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueryBuilder/ResultViewer/helpers.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { FormattedDate } from 'react-intl';
import { DATA_TYPES } from '../../constants/dataTypes';
import { DynamicTable } from './TableCell/DynamicTable';
import { DynamicTable } from './DynamicTable/DynamicTable';

export const getTableMetadata = (entityType) => {
const defaultColumns = entityType?.columns?.map((cell) => ({
Expand Down

0 comments on commit ecc5394

Please sign in to comment.