mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 16:23:50 +02:00
fix pageSizes error
This commit is contained in:
@@ -6901,7 +6901,13 @@ speechSynthesis.getVoices();
|
|||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
paginationProps: {
|
paginationProps: {
|
||||||
small: true,
|
small: true,
|
||||||
layout: 'prev,pager,next'
|
layout: 'prev,pager,next',
|
||||||
|
pageSizes: [
|
||||||
|
10,
|
||||||
|
25,
|
||||||
|
50,
|
||||||
|
100
|
||||||
|
]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
$app.data.downloadQueueTable = {
|
$app.data.downloadQueueTable = {
|
||||||
|
|||||||
Reference in New Issue
Block a user