Skip to content

Commit

Permalink
metaregion sharedview optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
RudiThoeni committed May 31, 2024
1 parent 1d26c68 commit 77f6856
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions databrowser/src/config/tourism/region/region.sharedView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ import {
sourceSubCategoryWithDistinct,
textInfoCategory,
webcamCategory,
licenseInfoCategory,
mappingCategory,
} from '../../builder/tourism';

export const regionSharedView = (): DetailViewConfig | EditViewConfig => ({
Expand Down Expand Up @@ -59,5 +61,7 @@ export const regionSharedView = (): DetailViewConfig | EditViewConfig => ({
gpsDataCategory(),
webcamCategory(),
odhTagCategory(),
licenseInfoCategory(),
mappingCategory(),
],
});

0 comments on commit 77f6856

Please sign in to comment.