Skip to content

Commit

Permalink
fix: remove unneeded property
Browse files Browse the repository at this point in the history
  • Loading branch information
FritzHoing committed Sep 16, 2024
1 parent d5ea1d3 commit 7919619
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/model/Layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export interface DefaultLayerSourceConfig {

export interface DefaultLayerPropertyConfig {
propertyName: string;
placeholder?: string;
displayName?: string;
}

Expand Down
1 change: 0 additions & 1 deletion src/parser/SHOGunApplicationUtil.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ describe('SHOGunApplicationUtil', () => {
minResolution: 1909,
propertyConfig: [{
propertyName: 'ID',
placeholder: 'link',
displayName: 'id'
}],
downloadConfig: [{
Expand Down

0 comments on commit 7919619

Please sign in to comment.