We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0059ebd commit 6d37f65Copy full SHA for 6d37f65
2 files changed
plugins/airtable/src/FieldMapping.tsx
@@ -8,7 +8,7 @@ import { isCollectionReference } from "./utils"
8
9
function ChevronIcon() {
10
return (
11
- <svg xmlns="http://www.w3.org/2000/svg" width="8" height="16" aria-label="Chevron">
+ <svg xmlns="http://www.w3.org/2000/svg" width="8" height="16" aria-hidden="true">
12
<path
13
d="M 3 11 L 6 8 L 3 5"
14
fill="transparent"
plugins/notion/src/FieldMapping.tsx
@@ -89,6 +89,7 @@ function FieldMappingRow({
89
width="8"
90
height="8"
91
fill="none"
92
+ aria-hidden="true"
93
style={{ opacity: disabled ? 0.5 : 1 }}
94
>
95
0 commit comments