From 587bf5320754717bb07e79f43d4b47f70261b68d Mon Sep 17 00:00:00 2001 From: sumukhswamy Date: Mon, 26 Aug 2024 13:13:59 -0700 Subject: [PATCH] updated the comment Signed-off-by: sumukhswamy --- public/plugin.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/plugin.tsx b/public/plugin.tsx index 122fd16ac..e5de6bdca 100644 --- a/public/plugin.tsx +++ b/public/plugin.tsx @@ -365,7 +365,7 @@ export class ObservabilityPlugin order: observabilityTracesPluginOrder, mount: appMountWithStartPage('traces'), }); - // deprecated in new Nav Groups and in NEO. + // deprecated in new Nav Groups and when MDS is enabled. if (!setupDeps.dataSource) { core.application.register({ id: observabilityPanelsID,