Update Badge component in ProspectContainer: add click event and icon for verification prompt
This commit is contained in:
@@ -152,7 +152,7 @@
|
|||||||
|
|
||||||
@if(Prospect?.Images?.Count > 0)
|
@if(Prospect?.Images?.Count > 0)
|
||||||
{<div class="text-center mt-3">
|
{<div class="text-center mt-3">
|
||||||
<Badge Color="Color.Info" Style="margin-bottom: 0.5rem;">Perso-Check möglich</Badge></div>
|
<Badge Color="Color.Info" Style="margin-bottom: 0.5rem; cursor: pointer;" @onclick="OpenVerificationDialogAsync"><i class="fa-solid fa-address-card"></i>-Prüfung möglich</Badge></div>
|
||||||
}
|
}
|
||||||
|
|
||||||
<div class="text-center d-flex justify-content-center gap-2 mt-1">
|
<div class="text-center d-flex justify-content-center gap-2 mt-1">
|
||||||
|
|||||||
Reference in New Issue
Block a user