mirror of
https://github.com/apache/superset.git
synced 2026-07-18 12:45:44 +00:00
chore(a11y): enable 9 more jsx-a11y oxlint rules as errors (#42006)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -238,7 +238,6 @@ const TreeNodeRenderer: React.FC<TreeNodeRendererProps> = ({
|
||||
{identifier === 'schema' && (
|
||||
<div
|
||||
className="side-action-container"
|
||||
role="menu"
|
||||
onClick={e => e.stopPropagation()}
|
||||
>
|
||||
{pinnedSchemas.has(schema) && (
|
||||
@@ -306,7 +305,6 @@ const TreeNodeRenderer: React.FC<TreeNodeRendererProps> = ({
|
||||
return (
|
||||
<div
|
||||
className="side-action-container"
|
||||
role="menu"
|
||||
onClick={e => e.stopPropagation()}
|
||||
>
|
||||
{isPinned && (
|
||||
|
||||
Reference in New Issue
Block a user