refactor: field of study titles

This commit is contained in:
Sebastian Pravda 2022-12-04 23:35:08 +01:00 committed by EETagent
parent 0532a705a7
commit 3f9b91a354

View file

@ -279,7 +279,7 @@
on:change={handleChange}
bind:value={$form.study}
placeholder="Obor"
options={['KBB', 'IT', 'GYM']}
options={['KB', 'IT', 'G']}
/>
</span>
</div>