Skip to content

Commit

Permalink
fix(service-metadata): add missing spatialExtents in metadata converter
Browse files Browse the repository at this point in the history
  • Loading branch information
AlitaBernachot committed Jan 20, 2025
1 parent 6e1bb73 commit 71c50c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export class RecordFormComponent implements AfterViewInit {
this.record = {
...record,
kind: 'service',
spatialExtents: [],
}
}
this.recordChanged.emit(this.record)
Expand Down

0 comments on commit 71c50c9

Please sign in to comment.