add custom invalid message on admin report create popup user input and fix search component validity check
All checks were successful
delpoy / build-and-deploy (push) Successful in 37s
All checks were successful
delpoy / build-and-deploy (push) Successful in 37s
This commit is contained in:
@ -58,6 +58,7 @@
|
||||
size="sm"
|
||||
suggestionRequired={true}
|
||||
searchSuggestionFunc={usernameSuggestions}
|
||||
invalidMessage="Es können nur registrierte Spieler Report Autoren sein"
|
||||
label="Reporter"
|
||||
required={true}
|
||||
bind:value={reporter}
|
||||
@ -66,6 +67,7 @@
|
||||
size="sm"
|
||||
suggestionRequired={true}
|
||||
searchSuggestionFunc={usernameSuggestions}
|
||||
invalidMessage="Es können nur registrierte Spieler reportet werden"
|
||||
label="Reporteter User"
|
||||
required={true}
|
||||
bind:value={reported}
|
||||
|
Reference in New Issue
Block a user