File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const defaultSelectedPfirmOptionSets = floodplainPfirm2015OptionSets
39
39
. reduce ( ( acc , curr ) => acc . concat ( curr ) )
40
40
. sort ( ) ;
41
41
42
- const defaultSelectedCouncilDistricts = [ '2013 ' ] ;
42
+ const defaultSelectedCouncilDistricts = [ '2024 ' ] ;
43
43
44
44
// define new query params here:
45
45
export const mapQueryParams = new QueryParams (
Original file line number Diff line number Diff line change @@ -337,15 +337,15 @@ module.exports = function (environment) {
337
337
cityCouncilDistrictsOptionSets : [
338
338
{
339
339
name : '2013-2023' ,
340
- checked : true ,
340
+ checked : false ,
341
341
codes : [ '2013' ] ,
342
342
style : {
343
343
color : '#33D8DC' ,
344
344
} ,
345
345
} ,
346
346
{
347
347
name : '2024-2033' ,
348
- checked : false ,
348
+ checked : true ,
349
349
codes : [ '2024' ] ,
350
350
style : {
351
351
color : '#DC333D' ,
You can’t perform that action at this time.
0 commit comments