mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 16:12:25 -05:00
update the available tokens page options
This commit is contained in:
parent
4c201335bd
commit
2b2095add4
1 changed files with 3 additions and 2 deletions
|
|
@ -93,9 +93,10 @@ export default function TokensSearchForm() {
|
||||||
label="Items per page"
|
label="Items per page"
|
||||||
options={
|
options={
|
||||||
<>
|
<>
|
||||||
<option value="20">20</option>
|
<option value="25">25</option>
|
||||||
<option value="50">50</option>
|
<option value="50">50</option>
|
||||||
<option value="0">No limit / show all</option>
|
<option value="75">75</option>
|
||||||
|
<option value="100">100</option>
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
></Select>
|
></Select>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue