diff --git a/public/app/features/commandPalette/actions/dashboardActions.ts b/public/app/features/commandPalette/actions/dashboardActions.ts index 44d6ff4ebf6..be10a89d11c 100644 --- a/public/app/features/commandPalette/actions/dashboardActions.ts +++ b/public/app/features/commandPalette/actions/dashboardActions.ts @@ -1,7 +1,6 @@ import debounce from 'debounce-promise'; import { useEffect, useRef, useState } from 'react'; -import { locationUtil } from '@grafana/data'; import { config } from '@grafana/runtime'; import { t } from 'app/core/internationalization'; import { contextSrv } from 'app/core/services/context_srv'; @@ -43,7 +42,7 @@ export async function getRecentDashboardActions(): Promise 0 && !isCreateAction ? idForNavItem(parents[parents.length - 1]) : undefined, priority: priority,