command palette tweaks

This commit is contained in:
miloschwartz
2026-07-07 21:55:15 -04:00
parent 1e7863ce4f
commit d082de3d88
12 changed files with 182 additions and 39 deletions
@@ -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]);