Skip to content

Commit

Permalink
fix(cesium-app): globFunctions lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipLeitner authored and jmacura committed Apr 10, 2024
1 parent ec34e25 commit eef3c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/hslayers-cesium-app/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import {HsLayoutService} from 'hslayers-ng/services/layout';
styleUrls: [],
})
export class AppComponent implements OnInit {
id;
id = '';
constructor(
public HsConfig: HsConfig,
private HsCesiumConfig: HsCesiumConfig,
Expand Down

0 comments on commit eef3c46

Please sign in to comment.