Skip to content

Commit

Permalink
chore(board): add optional label (#1591)
Browse files Browse the repository at this point in the history
  • Loading branch information
purusott authored Jul 18, 2024
1 parent 1219d73 commit 3695a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next-tavla/app/(admin)/components/TileSelector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function TileSelector({
<div className="w-full">
{showLabel && <Label>Velg fylke</Label>}
<MultiSelect
label="Fylker"
label="Fylker (valgfritt)"
items={counties}
selectedItems={selectedCounties}
onChange={setSelectedCounties}
Expand Down

0 comments on commit 3695a75

Please sign in to comment.