There was an error while loading. Please reload this page.
2 parents 6ded2c2 + e6f183a commit f78d826Copy full SHA for f78d826
1 file changed
src/routes/profile/+page.svelte
@@ -108,6 +108,7 @@
108
</Select>
109
</div>
110
<Select label="Dietary Restriction" name="dietary-restriction" value={application.dietaryRestriction}>
111
+ <option value="">None</option>
112
<option>Vegetarian</option>
113
<option>Vegan</option>
114
<option>Celiac Disease</option>
0 commit comments