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:
parent
06a3767409
commit
a0af80f8c5
@ -65,7 +65,7 @@ const props = withDefaults(defineProps<{
|
||||
disableAutoLoad?: boolean;
|
||||
displayLimit?: number;
|
||||
}>(), {
|
||||
displayLimit: 30,
|
||||
displayLimit: 20,
|
||||
});
|
||||
|
||||
const emit = defineEmits<{
|
||||
|
Loading…
Reference in New Issue
Block a user