songs page add query limit option
This commit is contained in:
@@ -131,6 +131,18 @@
|
||||
<NativeSelectOption value="3">INS</NativeSelectOption>
|
||||
</NativeSelect>
|
||||
</div>
|
||||
<div class="flex flex-col gap-2">
|
||||
<Label for="songs-limit">Limit</Label>
|
||||
<Input
|
||||
id="songs-limit"
|
||||
type="number"
|
||||
min="20"
|
||||
max="200"
|
||||
step="20"
|
||||
class="w-1/2"
|
||||
bind:value={params.songsLimit}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user