Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/widgets/reports/ReportLanguageScopeIssues.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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&apos;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&apos;s scope, which may indicate a hierarchy inconsistency.
<InteractiveEntityTable<LanguageData>
tableID={TableID.LanguageScopeIssues}
shouldFilterUsingSearchBar={false}
useScope={false}
columns={[
{
key: 'Parent Code',
Expand Down
Loading