We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0dac83f + 45f7ada commit ef78cd0Copy full SHA for ef78cd0
src/app/data/data.component.ts
@@ -9,7 +9,7 @@ import { SasService } from '../sas.service'
9
})
10
export class DataComponent implements OnInit {
11
public areas: any[] = []
12
- public selectedArea: any = null
+ public selectedArea: any = undefined
13
public springs: any[] = []
14
public springsLoading: boolean = false
15
public noData: boolean = false
0 commit comments