mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-09 01:30:18 +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}
|
{candidate.surname}
|
||||||
</td>
|
</td>
|
||||||
<td class="text-gray-900">
|
<td class="text-gray-900">
|
||||||
{candidate.study}
|
{candidate.fieldOfStudy}
|
||||||
</td>
|
</td>
|
||||||
<td class="text-sm">
|
<td class="text-sm">
|
||||||
<Delete id={candidate.applicationId} on:delete value="Odstranit" />
|
<Delete id={candidate.applicationId} on:delete value="Odstranit" />
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ export interface CandidatePreview {
|
||||||
applicationId?: number;
|
applicationId?: number;
|
||||||
name?: string;
|
name?: string;
|
||||||
surname?: string;
|
surname?: string;
|
||||||
study?: string;
|
fieldOfStudy?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface CandidateLogin {
|
export interface CandidateLogin {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue