Skip to content

Commit 45f7ada

Browse files
committed
Fix issue with selecting area
1 parent 0dac83f commit 45f7ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/data/data.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { SasService } from '../sas.service'
99
})
1010
export class DataComponent implements OnInit {
1111
public areas: any[] = []
12-
public selectedArea: any = null
12+
public selectedArea: any = undefined
1313
public springs: any[] = []
1414
public springsLoading: boolean = false
1515
public noData: boolean = false

0 commit comments

Comments
 (0)