mirror of
https://github.com/apache/superset.git
synced 2026-04-26 19:44:58 +00:00
fix: renamed sqllab filters to _filters (#14971)
This commit is contained in:
@@ -280,7 +280,8 @@ export default class ResultSet extends React.PureComponent<
|
||||
// before saving the dataset.
|
||||
if (templateParams) {
|
||||
const p = JSON.parse(templateParams);
|
||||
if (p.filters) {
|
||||
/* eslint-disable-next-line no-underscore-dangle */
|
||||
if (p._filters) {
|
||||
/* eslint-disable-next-line no-underscore-dangle */
|
||||
delete p._filters;
|
||||
templateParams = JSON.stringify(p);
|
||||
|
||||
Reference in New Issue
Block a user