fix prop type for MKRolePreview
This commit is contained in:
@@ -41,7 +41,7 @@ import { i18n } from '@/i18n.js';
|
|||||||
const props = withDefaults(defineProps<{
|
const props = withDefaults(defineProps<{
|
||||||
role: Misskey.entities.Role;
|
role: Misskey.entities.Role;
|
||||||
forModeration: boolean;
|
forModeration: boolean;
|
||||||
detailed: boolean;
|
detailed?: boolean;
|
||||||
}>(), {
|
}>(), {
|
||||||
detailed: true,
|
detailed: true,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user