Skip to content

Commit

Permalink
Merge pull request #680 from Christian24/main
Browse files Browse the repository at this point in the history
Fix issue with selecting area
  • Loading branch information
allanbowe authored Nov 6, 2023
2 parents 0dac83f + 45f7ada commit ef78cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/data/data.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { SasService } from '../sas.service'
})
export class DataComponent implements OnInit {
public areas: any[] = []
public selectedArea: any = null
public selectedArea: any = undefined
public springs: any[] = []
public springsLoading: boolean = false
public noData: boolean = false
Expand Down

0 comments on commit ef78cd0

Please sign in to comment.