Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed May 21, 2024
1 parent ebab541 commit eadc076
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ import { CustomCard } from '../packages_list/types';

export function useVirtualSearchResults(): CustomCard[] {
const {
services: { application, http },
services: { application },
} = useKibana();
const getUrlForApp = application?.getUrlForApp;
const basePath = http?.basePath;

return [
{
Expand Down

0 comments on commit eadc076

Please sign in to comment.