From 483d0ada8e026360fe9281b4cc80392da4663b41 Mon Sep 17 00:00:00 2001 From: Joon Hwag <110270444+whwan4570@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:27:44 -0700 Subject: [PATCH] Respect scope filter in Scope Issues report. Remove useScope={false} so the report follows the sidebar Language Scope filter like other report pages, per review feedback on #652. Co-authored-by: Cursor --- src/widgets/reports/ReportLanguageScopeIssues.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/widgets/reports/ReportLanguageScopeIssues.tsx b/src/widgets/reports/ReportLanguageScopeIssues.tsx index 3f769cf0..ce047250 100644 --- a/src/widgets/reports/ReportLanguageScopeIssues.tsx +++ b/src/widgets/reports/ReportLanguageScopeIssues.tsx @@ -24,12 +24,10 @@ const ReportLanguageScopeIssues: React.FC = () => { return ( <> This report flags languages in the current language source whose scope is broader than their - direct parent's scope, which may indicate a hierarchy inconsistency. Results are shown - regardless of the sidebar Language Scope filter so dialect and family issues remain visible. + direct parent's scope, which may indicate a hierarchy inconsistency. tableID={TableID.LanguageScopeIssues} shouldFilterUsingSearchBar={false} - useScope={false} columns={[ { key: 'Parent Code',