Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Sep 23, 2024
1 parent cbc0069 commit 1150b46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export const mapEmbeddableFactory: ReactEmbeddableFactory<
onSingleValueTrigger={actionHandlers.onSingleValueTrigger}
addFilters={
(isMapRendererApi(parentApi) &&
typeof parentApi.isSharable === 'boolean' &&
typeof parentApi.hideFilterActions === 'boolean' &&
parentApi.hideFilterActions) ||
areTriggersDisabled(api)
? null
Expand Down

0 comments on commit 1150b46

Please sign in to comment.