CommandPalette: Minor usability improvements (#61567)

This commit is contained in:
Josh Hunt
2023-01-16 18:33:46 +00:00
committed by GitHub
parent f135c6cbf1
commit 665f85cd7e
10 changed files with 25 additions and 15 deletions

View File

@@ -36,7 +36,7 @@ export async function getRecentDashboardActions(): Promise<CommandPaletteAction[
return {
id: `recent-dashboards/${url}`,
name: `${name}`,
section: t('command-palette.section.recent-dashboards', 'Recently viewed dashboards'),
section: t('command-palette.section.recent-dashboards', 'Recent dashboards'),
priority: RECENT_DASHBOARDS_PRORITY,
perform: () => {
locationService.push(locationUtil.stripBaseFromUrl(url));