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 0fcb012 commit d39779eCopy full SHA for d39779e
src/components/page-list/page-list.jsx
@@ -56,7 +56,7 @@ export default class PageList extends Component {
56
renderPages () {
57
return (
58
<div styleName="listStyles.container">
59
- <StandardTooltip id="list-tooltip" delayHide={20_000} />
+ <StandardTooltip id="list-tooltip" />
60
<table styleName="listStyles.table listStyles.page-list">
61
<thead>{this.renderHeader()}</thead>
62
<tbody>
0 commit comments