chore: tweak MkNotifications

This commit is contained in:
syuilo 2023-10-20 11:33:33 +09:00
parent d962ea3889
commit 18af290b18
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ const pagingComponent = shallowRef<InstanceType<typeof MkPagination>>();
const pagination: Paging = {
endpoint: 'i/notifications' as const,
limit: 10,
limit: 20,
params: computed(() => ({
excludeTypes: props.excludeTypes ?? undefined,
})),