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 robhudson committed Jun 4, 2020
1 parent 7f20e47 commit ae10e64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/app/pages/queries/QuerySource.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ 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";

Expand Down Expand Up @@ -218,6 +219,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 ae10e64

Please sign in to comment.