Commit 3c556c48 by Erik Sundell

never load fallback query field. remove commented code

parent be85944d
......@@ -90,9 +90,7 @@ class QueryRow extends PureComponent<QueryRowProps> {
const transactionWithError = transactions.find(t => t.error !== undefined);
const hint = getFirstHintFromTransactions(transactions);
const queryError = transactionWithError ? transactionWithError.error : null;
// const QueryField = datasource.pluginExports.ExploreQueryField || DefaultQueryField;
const QueryField = datasource.pluginExports.ExploreQueryField;
// const QueryEditor = datasource.pluginExports.QueryCtrl;
return (
<div className="query-row">
<div className="query-row-status">
......
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