mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
[sqllab] Added share button to bottom menu (#4584)
* added sharebtn * address comments
This commit is contained in:
committed by
Maxime Beauchemin
parent
d522292b01
commit
c6af4882cd
@@ -19,6 +19,7 @@ import Button from '../../components/Button';
|
||||
import TemplateParamsEditor from './TemplateParamsEditor';
|
||||
import SouthPane from './SouthPane';
|
||||
import SaveQuery from './SaveQuery';
|
||||
import ShareQuery from './ShareQuery';
|
||||
import Timer from '../../components/Timer';
|
||||
import SqlEditorLeftBar from './SqlEditorLeftBar';
|
||||
import AceEditorWrapper from './AceEditorWrapper';
|
||||
@@ -195,6 +196,9 @@ class SqlEditor extends React.PureComponent {
|
||||
dbId={qe.dbId}
|
||||
/>
|
||||
</span>
|
||||
<span className="m-r-5">
|
||||
<ShareQuery queryEditor={qe} />
|
||||
</span>
|
||||
{ctasControls}
|
||||
</Form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user