Skip to content
Snippets Groups Projects
Commit 18af290b authored by syuilo's avatar syuilo
Browse files

chore: tweak MkNotifications

parent d962ea38
No related branches found
No related tags found
No related merge requests found
......@@ -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,
})),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment