mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 22:06:06 +02:00
Link table page sizes, remove page size setting
This commit is contained in:
@@ -15,7 +15,8 @@ export const useModerationStore = defineStore('Moderation', () => {
|
||||
const isPlayerModerationsLoading = ref(false);
|
||||
const playerModerationTable = ref({
|
||||
data: [],
|
||||
pageSize: 15
|
||||
pageSize: 15,
|
||||
pageSizeLinked: true
|
||||
});
|
||||
|
||||
watch(
|
||||
|
||||
Reference in New Issue
Block a user