We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6241c94 commit 984886aCopy full SHA for 984886a
src/dashboard/Data/Browser/BrowserTable.react.js
@@ -259,7 +259,7 @@ export default class BrowserTable extends React.Component {
259
} else {
260
addRow = (
261
<div className={styles.addRow}>
262
- <a onClick={this.props.onAddRow}>
+ <a title='Add Row' onClick={this.props.onAddRow}>
263
<Icon
264
name='plus-outline'
265
width={14}
0 commit comments