feat: learning mentor mgmt UI
This commit is contained in:
parent
2a8b3198b2
commit
c042360cba
|
|
@ -75,7 +75,7 @@ const removeMentor = async (mentorId: string) => {
|
|||
{{ $t("a.Die Einladung wurde noch nicht angenommen.") }}
|
||||
</div>
|
||||
</div>
|
||||
<button @click="removeInvitation(invitation.id)" class="underline">
|
||||
<button class="underline" @click="removeInvitation(invitation.id)">
|
||||
{{ $t("a.Entfernen") }}
|
||||
</button>
|
||||
</div>
|
||||
|
|
@ -98,7 +98,7 @@ const removeMentor = async (mentorId: string) => {
|
|||
{{ learningMentor.mentor.email }}
|
||||
</div>
|
||||
</div>
|
||||
<button @click="removeMentor(learningMentor.id)" class="underline">
|
||||
<button class="underline" @click="removeMentor(learningMentor.id)">
|
||||
{{ $t("a.Entfernen") }}
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue