mirror of
https://github.com/apache/superset.git
synced 2026-04-26 03:24:53 +00:00
Fix ModalTriggers styling in SqlLab (#11719)
This commit is contained in:
committed by
GitHub
parent
7bc353f8a8
commit
274420bc5a
@@ -102,9 +102,9 @@ export default class ModalTrigger extends React.Component {
|
||||
/* eslint-disable jsx-a11y/interactive-supports-focus */
|
||||
return (
|
||||
<>
|
||||
<div onClick={this.open} role="button">
|
||||
<span onClick={this.open} role="button">
|
||||
{this.props.triggerNode}
|
||||
</div>
|
||||
</span>
|
||||
{this.renderModal()}
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user