mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: duplicate shortcut.
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
callback() {
|
||||
goto(`${base}/project-${projectId}/overview/dev-keys/create`);
|
||||
},
|
||||
keys: ['c', 'k'],
|
||||
keys: ['c', 'd', 'k'],
|
||||
group: 'integrations',
|
||||
disabled: !$canWriteProjects
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user