mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
fix: implement on frontend
This commit is contained in:
parent
ed53640263
commit
d35328cad6
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@
|
|||
{candidate.surname}
|
||||
</td>
|
||||
<td class="text-gray-900">
|
||||
{candidate.study}
|
||||
{candidate.fieldOfStudy}
|
||||
</td>
|
||||
<td class="text-sm">
|
||||
<Delete id={candidate.applicationId} on:delete value="Odstranit" />
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ export interface CandidatePreview {
|
|||
applicationId?: number;
|
||||
name?: string;
|
||||
surname?: string;
|
||||
study?: string;
|
||||
fieldOfStudy?: string;
|
||||
}
|
||||
|
||||
export interface CandidateLogin {
|
||||
|
|
|
|||
Loading…
Reference in a new issue