Skip to content

Commit

Permalink
resolve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
codemaster08240328 committed Jul 1, 2022
1 parent 1b2e8f4 commit 1bd4105
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions superset-frontend/src/dashboard/actions/sliceEntities.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ export function fetchSlices(
slices = {},
) {
const additional_filters = filter_value
? [
{ col: 'slice_name', opr: 'sw', value: filter_value },
{ col: 'viz_type', opr: 'sw', value: filter_value },
{ col: 'datasource_name', opr: 'sw', value: filter_value },
]
? [{ col: 'slice_name', opr: 'chart_all_text', value: filter_value }]
: [];

const cloneSlices = { ...slices };
Expand Down

0 comments on commit 1bd4105

Please sign in to comment.