feat: simplify regional workbench language
This commit is contained in:
@@ -1049,7 +1049,7 @@ export function MapWorkspace({
|
||||
) : null}
|
||||
|
||||
<label className="geo-scope-select">
|
||||
Gemeente of volledige regio
|
||||
Snel naar een gemeente (optioneel)
|
||||
<select aria-label="Werkgebied" value={selectedMapAreaId} onChange={(event) => handleSelectMapArea(event.target.value)} disabled={areas.length === 0}>
|
||||
{areas.map((area) => (
|
||||
<option key={area.id} value={area.id}>{area.name}</option>
|
||||
|
||||
Reference in New Issue
Block a user