Skip to content

Commit 4ca60e6

Browse files
committed
Add missing button label
1 parent 9f91b7f commit 4ca60e6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/components/SentryBoundary.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,12 @@ class SentryBoundary extends Component<Props, State> {
4444
<div className="editor">
4545
<div className="editor__toolbar">
4646
<div className="toolbar-group">
47-
<button type="button" className="toolbar-button" disabled>
47+
<button
48+
type="button"
49+
className="toolbar-button"
50+
disabled
51+
aria-label="Placeholder"
52+
>
4853
&nbsp;
4954
</button>
5055
</div>

0 commit comments

Comments
 (0)