Skip to content

Commit

Permalink
Update values
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefwint committed Jul 22, 2024
1 parent ea4b6d2 commit a5c0011
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ const ObjectAreaAnnotateModal = () => {
},
]

const areaTypeOptions = [{ label: 'Type 1', value: 'type-1' }]
const areaTypeOptions = [{ label: 'Type 1', value: 'areaType-1' }]

const areaGroupOptions = [
{
label: 'Gebiedengroep 1',
value: 'group-1',
label: 'Gebiedsaanwijzinggroep 1',
value: 'areaGroup-1',
},
]

Expand Down

0 comments on commit a5c0011

Please sign in to comment.