fix: quick add opens create ui
Add createKey to quick-add manifests and client create dialog host. FAB and command palette open in-place create UIs instead of navigating away.
This commit is contained in:
@@ -106,6 +106,7 @@ const manifest: ModuleManifest = {
|
||||
label: "New note",
|
||||
icon: "file-plus",
|
||||
url: "/notes/new",
|
||||
createKey: "notes.note",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user