mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-09 01:30:18 +00:00
fix: add missing input
This commit is contained in:
parent
7d16fe5b6a
commit
bfb3e3a870
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ $: selectedSchool.name = schoolName;
|
|||
</span>
|
||||
<!-- TODO -->
|
||||
<!-- <AutoComplete items={schools} bind:selectedItem={schoolName} /> -->
|
||||
<input type="text" bind:value={schoolName} />
|
||||
</div>
|
||||
<div class="flex">
|
||||
<span>Obor: </span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue