Skip to content

Commit

Permalink
temp code
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Sep 16, 2020
1 parent 89b684e commit 19e638e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export class SearchEmbeddable
if (!searchScope.columns) {
return;
}
throw new Error('test error');
throw new Error('test error - searchscope');
indexPattern.popularizeField(columnName, 1);
const columns = columnActions.addColumn(searchScope.columns, columnName);
this.updateInput({ columns });
Expand Down

0 comments on commit 19e638e

Please sign in to comment.