Skip to content

Commit 5588bb1

Browse files
committed
Add TODO comment with GH issue
1 parent 52f8f6e commit 5588bb1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

x-pack/platform/plugins/shared/spaces/public/context_switcher/hooks/use_footer_links.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export const useFooterLinks = ({
108108
? application.getUrlForApp(preferredTarget.appId, { path: preferredTarget.path })
109109
: undefined;
110110

111+
// TODO: https://github.com/elastic/kibana/issues/271876
111112
// "Get started" link ("Add data" for Observability projects)
112113
if (getStartedHref) {
113114
items.push({

0 commit comments

Comments
 (0)