Skip to content

Commit

Permalink
fix: apply dashboard filters to underlying data query (#10032)
Browse files Browse the repository at this point in the history
  • Loading branch information
magnew committed May 13, 2024
1 parent 6c519ce commit c534ac5
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 @@ const UnderlyingDataModalContent: FC<Props> = () => {
id: uuidv4(),
and: combinedFilters,
},
fieldsInQuery,
allFields,
);

const showUnderlyingTable: string | undefined = isField(item)
Expand Down

0 comments on commit c534ac5

Please sign in to comment.