mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-09 23:49:47 +02:00
command palette tweaks
This commit is contained in:
@@ -130,7 +130,7 @@ export function useCommandPaletteSearch({
|
||||
return privateResourcesQuery.data.map((resource) => ({
|
||||
id: `site-resource-${resource.siteResourceId}`,
|
||||
name: resource.name,
|
||||
href: `/${orgId}/settings/resources/private?query=${resource.name}`
|
||||
href: `/${orgId}/settings/resources/private/${resource.niceId}`
|
||||
}));
|
||||
}, [orgId, privateResourcesQuery.data]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user