Unverified Commit e8676b96 authored by Tamika Tannis's avatar Tamika Tannis Committed by GitHub

Preview feature fixes

parent c3b77880
...@@ -249,7 +249,7 @@ class TableDetail extends React.Component<TableDetailProps & RouteComponentProps ...@@ -249,7 +249,7 @@ class TableDetail extends React.Component<TableDetailProps & RouteComponentProps
const previewSectionRenderer = () => { const previewSectionRenderer = () => {
return ( return (
<div> <div>
<DataPreviewButton modalTitle={`${data.schema}.${data.tableName}`} /> <DataPreviewButton modalTitle={`${this.schema}.${this.tableName}`} />
{ {
AppConfig.tableProfile.isExploreEnabled && AppConfig.tableProfile.isExploreEnabled &&
<a role="button" href={this.getExploreSqlUrl()} target="_blank" className="btn btn-primary btn-block"> <a role="button" href={this.getExploreSqlUrl()} target="_blank" className="btn btn-primary btn-block">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment