Skip to content

Commit

Permalink
finish making recordsettypes consistent - no more POI just IAPP
Browse files Browse the repository at this point in the history
  • Loading branch information
micheal-w-wells committed Jan 3, 2024
1 parent ba1e8c7 commit a352bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appv2/src/state/sagas/userSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function* handle_USER_SETTINGS_GET_INITIAL_STATE_REQUEST(action) {
drawOrder: 2
},
['3']: {
recordSetType: 'POI',
recordSetType: 'IAPP',
recordSetName: 'All IAPP Records',
color: '#21f34f',
drawOrder: 3
Expand Down

0 comments on commit a352bb9

Please sign in to comment.