Skip to content

Commit

Permalink
fix underscore dangle
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-jc committed May 31, 2021
1 parent 7523b49 commit 7574c53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset-frontend/src/SqlLab/components/ResultSet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ export default class ResultSet extends React.PureComponent<
if (templateParams) {
const p = JSON.parse(templateParams);
if (p.filters) {
/* eslint-disable-next-line no-underscore-dangle */
delete p._filters;
templateParams = JSON.stringify(p);
}
Expand Down

0 comments on commit 7574c53

Please sign in to comment.