⬆️ Upgrade dependencies
This commit is contained in:
@ -87,7 +87,7 @@ const keyNotes = ref();
|
||||
async function createKey() {
|
||||
return await createObject("key", {
|
||||
key: keyId.value,
|
||||
permissions: keyPermissions.value,
|
||||
permissions: keyPermissions.value.split(","),
|
||||
notes: keyNotes.value,
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user