Skip to content

Commit

Permalink
Enable data source details component (re #6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Short authored and Marina Samuel committed Jul 15, 2020
1 parent 9e10c61 commit 57dd32d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/app/pages/queries/QuerySource.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import routeWithUserSession from "@/components/ApplicationArea/routeWithUserSess
import Resizable from "@/components/Resizable";
import Parameters from "@/components/Parameters";
import EditInPlace from "@/components/EditInPlace";
import QueryEditor from "@/components/queries/QueryEditor";
import DynamicComponent from "@/components/DynamicComponent";
import recordEvent from "@/services/recordEvent";
import { ExecutionStatus } from "@/services/query-result";
import routes from "@/services/routes";
Expand Down Expand Up @@ -218,6 +220,7 @@ function QuerySource(props) {
</Select.Option>
))}
</Select>
<DynamicComponent name="SelectDataSourceExtra" dataSourceId={dataSource ? dataSource.id : undefined} />
</div>
)}
<div className="editor__left__schema">
Expand Down

0 comments on commit 57dd32d

Please sign in to comment.