tweak ui
This commit is contained in:
parent
5b00fa6f82
commit
979741ce09
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ const props = defineProps<{
|
||||||
user: Misskey.entities.UserDetailed;
|
user: Misskey.entities.UserDetailed;
|
||||||
}>();
|
}>();
|
||||||
|
|
||||||
const include = ref<string | null>(null);
|
const include = ref<string | null>('all');
|
||||||
|
|
||||||
const pagination = {
|
const pagination = {
|
||||||
endpoint: 'users/notes' as const,
|
endpoint: 'users/notes' as const,
|
||||||
|
|
Loading…
Reference in a new issue