1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-11-23 22:56:49 +09:00

tweak displayLimit of pagination

This commit is contained in:
syuilo 2023-01-03 09:41:32 +09:00
parent 06a3767409
commit a0af80f8c5

View File

@ -65,7 +65,7 @@ const props = withDefaults(defineProps<{
disableAutoLoad?: boolean;
displayLimit?: number;
}>(), {
displayLimit: 30,
displayLimit: 20,
});
const emit = defineEmits<{