mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-09 09:41:37 +00:00
refactor: field of study titles
This commit is contained in:
parent
0532a705a7
commit
3f9b91a354
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@
|
||||||
on:change={handleChange}
|
on:change={handleChange}
|
||||||
bind:value={$form.study}
|
bind:value={$form.study}
|
||||||
placeholder="Obor"
|
placeholder="Obor"
|
||||||
options={['KBB', 'IT', 'GYM']}
|
options={['KB', 'IT', 'G']}
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue