Skip to content

Commit d39779e

Browse files
authored
HOTFIX: remove delayHide on tooltip
I was using this prop for debugging and it was accidentally included in #1086.
1 parent 0fcb012 commit d39779e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/page-list/page-list.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default class PageList extends Component {
5656
renderPages () {
5757
return (
5858
<div styleName="listStyles.container">
59-
<StandardTooltip id="list-tooltip" delayHide={20_000} />
59+
<StandardTooltip id="list-tooltip" />
6060
<table styleName="listStyles.table listStyles.page-list">
6161
<thead>{this.renderHeader()}</thead>
6262
<tbody>

0 commit comments

Comments
 (0)