Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lily Kuang committed Jun 20, 2023
1 parent 901a73d commit 564716f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/explore/actions/saveModalActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const getSlicePayload = (
if (
isEmpty(adhocFilters?.adhoc_filters) &&
isEmpty(formDataFromSlice) &&
formDataWithNativeFilters.adhoc_filters.length > 0
formDataWithNativeFilters?.adhoc_filters?.length > 0
) {
adhocFilters.adhoc_filters = [
{
Expand Down

0 comments on commit 564716f

Please sign in to comment.