Skip to content

Commit

Permalink
Add more states in data processing states (#2027)
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-joshi99 committed May 21, 2024
1 parent 0ad30f3 commit a60a271
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ export const data_processing_options_state: InputField = {
type: 'number',
choices: [
{ label: 'Use Facebook’s Geolocation Logic', value: 0 },
{ label: 'California', value: 1000 }
{ label: 'California', value: 1000 },
{ label: 'Colorado', value: 1001 },
{ label: 'Connecticut', value: 1002 }
]
}

Expand Down

0 comments on commit a60a271

Please sign in to comment.