Skip to content

Commit

Permalink
some optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
RudiThoeni committed Mar 1, 2024
1 parent a073d81 commit e11c415
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
licenseInfoCategory,
lastChangesCell,
sourceSubCategory,
sourceSubCategoryWithDistinct,
} from '../../builder/tourism';
import { publishedOnCell } from '../../builder/tourism/publishedOn';
import { withOdhBaseUrl } from '../../utils';
Expand Down Expand Up @@ -70,6 +71,7 @@ export const eventShortSharedView = (): DetailViewConfig | EditViewConfig => ({
properties: [lastChangesCell(), publishedOnCell()],
},
sourceSubCategory(),
sourceSubCategoryWithDistinct('eventshort'),
],
},
{
Expand Down

0 comments on commit e11c415

Please sign in to comment.