Skip to content

Commit

Permalink
show more adstxt files on apps page
Browse files Browse the repository at this point in the history
  • Loading branch information
ddxv committed Oct 15, 2024
1 parent a13a164 commit 8eb09d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/AdsTxtTable.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
const totalRows = entries_table.length;
const rowsPerPage = 10;
const rowsPerPage = 50;
const handler = new DataHandler<AdsTxtEntries>([], {
rowsPerPage: rowsPerPage,
Expand Down

0 comments on commit 8eb09d0

Please sign in to comment.