allow any input in report
All checks were successful
delpoy / build-and-deploy (push) Successful in 52s
All checks were successful
delpoy / build-and-deploy (push) Successful in 52s
This commit is contained in:
parent
27c525d5bd
commit
e991da4db3
@ -68,12 +68,7 @@
|
||||
<option value={1}>Ich möchte einen unbekannten Spieler reporten</option>
|
||||
</Select>
|
||||
{#if reportedName !== null}
|
||||
<Search
|
||||
size="sm"
|
||||
bind:inputValue={oldReported}
|
||||
suggestionRequired={true}
|
||||
searchSuggestionFunc={suggestNames}
|
||||
/>
|
||||
<Search size="sm" bind:value={oldReported} searchSuggestionFunc={suggestNames} />
|
||||
{/if}
|
||||
</div>
|
||||
<div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user