Skip to content

Commit 984886a

Browse files
basitsattarflovilmart
authored andcommitted
Added title to the Add Row Button (#678)
1 parent 6241c94 commit 984886a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dashboard/Data/Browser/BrowserTable.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ export default class BrowserTable extends React.Component {
259259
} else {
260260
addRow = (
261261
<div className={styles.addRow}>
262-
<a onClick={this.props.onAddRow}>
262+
<a title='Add Row' onClick={this.props.onAddRow}>
263263
<Icon
264264
name='plus-outline'
265265
width={14}

0 commit comments

Comments
 (0)