Skip to content
Snippets Groups Projects
Commit 979741ce authored by syuilo's avatar syuilo
Browse files

tweak ui

parent 5b00fa6f
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ const props = defineProps<{
user: Misskey.entities.UserDetailed;
}>();
const include = ref<string | null>(null);
const include = ref<string | null>('all');
const pagination = {
endpoint: 'users/notes' as const,
......
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