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.") }}
|
{{ $t("a.Die Einladung wurde noch nicht angenommen.") }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<button @click="removeInvitation(invitation.id)" class="underline">
|
<button class="underline" @click="removeInvitation(invitation.id)">
|
||||||
{{ $t("a.Entfernen") }}
|
{{ $t("a.Entfernen") }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -98,7 +98,7 @@ const removeMentor = async (mentorId: string) => {
|
||||||
{{ learningMentor.mentor.email }}
|
{{ learningMentor.mentor.email }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<button @click="removeMentor(learningMentor.id)" class="underline">
|
<button class="underline" @click="removeMentor(learningMentor.id)">
|
||||||
{{ $t("a.Entfernen") }}
|
{{ $t("a.Entfernen") }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue