From 43abc219d186a06c71039e20eab8dbd74d1fcb63 Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 15 Aug 2024 17:44:37 -0400 Subject: [PATCH] DEV: give sidebar link buttons a data-list-item-name (#28389) --- .../discourse/app/components/sidebar/section-link-button.gjs | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/javascripts/discourse/app/components/sidebar/section-link-button.gjs b/app/assets/javascripts/discourse/app/components/sidebar/section-link-button.gjs index f3514418c04..d3e001eff48 100644 --- a/app/assets/javascripts/discourse/app/components/sidebar/section-link-button.gjs +++ b/app/assets/javascripts/discourse/app/components/sidebar/section-link-button.gjs @@ -7,6 +7,7 @@ const SidebarSectionLinkButton =