Merge tag '2024.11.0' into feature/2024.10
This commit is contained in:
@@ -52,7 +52,7 @@ const props = defineProps<{
|
||||
|
||||
const scope = computed(() => props.path ? props.path.split('/') : []);
|
||||
|
||||
const keys = ref<any>(null);
|
||||
const keys = ref<[string, string][]>([]);
|
||||
|
||||
function fetchKeys() {
|
||||
misskeyApi('i/registry/keys-with-type', {
|
||||
|
||||
Reference in New Issue
Block a user