Skip to content

Commit 063c9f8

Browse files
committed
Remove aria attributes
1 parent f1a692a commit 063c9f8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/components/GitPanel.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ export class GitPanel extends React.Component<
256256
indicator: tabIndicatorClass
257257
}}
258258
value={this.state.tab}
259-
aria-label="Panel tabs"
260259
onChange={this._onTabChange}
261260
>
262261
<Tab

src/components/NewBranchDialog.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ export class NewBranchDialog extends React.Component<
143143
}}
144144
open={this.props.open}
145145
onClose={this._onClose}
146-
aria-labelledby="new-branch-dialog"
147146
>
148147
<div className={titleWrapperClass}>
149148
<p className={titleClass}>Create a Branch</p>

0 commit comments

Comments
 (0)