mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-16 13:01:13 +00:00
feat: add field class
This commit is contained in:
parent
ec4fe74490
commit
446500e0a3
1 changed files with 2 additions and 2 deletions
|
|
@ -696,14 +696,14 @@
|
|||
{$LL.candidate.register.seventh.description()}
|
||||
</p>
|
||||
<div class="flex h-full flex-col justify-between">
|
||||
<span>
|
||||
<span class="field">
|
||||
<SchoolSelect
|
||||
error={$typedErrors['candidate']['firstSchool']['name'] ||
|
||||
$typedErrors['candidate']['firstSchool']['field']}
|
||||
bind:selectedSchool={$form.candidate.firstSchool}
|
||||
/>
|
||||
</span>
|
||||
<span class="mt-10 w-full">
|
||||
<span class="mt-10 field">
|
||||
<SchoolSelect
|
||||
error={$typedErrors['candidate']['secondSchool']['name'] ||
|
||||
$typedErrors['candidate']['secondSchool']['field']}
|
||||
|
|
|
|||
Loading…
Reference in a new issue