fix(frontend): add correct options for list type [32788f42]
This commit is contained in:
@@ -72,7 +72,8 @@ function App() {
|
||||
onChange={(e) => setListType(e.target.value)}
|
||||
className="mt-1 block w-full border-gray-300 border p-2 rounded-md shadow-sm focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm"
|
||||
>
|
||||
<option value="k">Schule / Kindergarten (Standard)</option>
|
||||
<option value="k">Kindergarten</option>
|
||||
<option value="s">Schule</option>
|
||||
<option value="e">Event / Veranstaltung</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user