Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-qb committed Nov 24, 2023
1 parent 6795115 commit e6d21ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion vizro-core/src/vizro/actions/_actions_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def _apply_graph_filter_interaction(

customdata = ctd_click_data["value"]["points"][0]["customdata"]

# TODO: BUG: fix if there is filter_interaction and other actions assigned to the same 'vm.Graph.actions' .
for action in source_graph_actions:
if action.function._function.__name__ != "filter_interaction" or target not in action.function["targets"]:
continue
Expand Down
2 changes: 1 addition & 1 deletion vizro-core/src/vizro/models/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class capture:
"""Captures a function call to create a [`CapturedCallable`][vizro.models.types.CapturedCallable].
This is used to add the functionality required to make graphs and actions work in a dashboard.
Typically it should be used as a function decorator. There are three possible modes: `"graph"`, `"table"` and
Typically, it should be used as a function decorator. There are three possible modes: `"graph"`, `"table"` and
`"action"`.
Examples:
Expand Down

0 comments on commit e6d21ab

Please sign in to comment.