Commit 5a643fcd authored by Tao Feng's avatar Tao Feng Committed by Daniel

Switch the position between preview and explore button (#353)

parent e355bca3
......@@ -135,8 +135,8 @@ class TableDetail extends React.Component<TableDetailProps & RouteComponentProps
<SourceLink tableSource={ data.source }/>
</div>
<div className="header-section header-buttons">
<ExploreButton tableData={ data }/>
<DataPreviewButton modalTitle={ this.displayName }/>
<ExploreButton tableData={ data }/>
</div>
</header>
<main className="column-layout-1">
......
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