Skip to content

Commit f78d826

Browse files
authored
Merge pull request #21 from Monster0506/add-dietary-none-option
Add None option to dietary restriction dropdown
2 parents 6ded2c2 + e6f183a commit f78d826

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/routes/profile/+page.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
</Select>
109109
</div>
110110
<Select label="Dietary Restriction" name="dietary-restriction" value={application.dietaryRestriction}>
111+
<option value="">None</option>
111112
<option>Vegetarian</option>
112113
<option>Vegan</option>
113114
<option>Celiac Disease</option>

0 commit comments

Comments
 (0)