allow any input in report
All checks were successful
delpoy / build-and-deploy (push) Successful in 52s

This commit is contained in:
bytedream 2023-12-27 19:31:57 +01:00
parent 27c525d5bd
commit e991da4db3

View File

@ -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>