Skip to content

Commit

Permalink
feat: fix sumple source data operation
Browse files Browse the repository at this point in the history
  • Loading branch information
helllllllder committed Sep 5, 2024
1 parent 197e4d0 commit 683c88f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions insights/widgets/usecases/get_source_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ def simple_source_data_operation(
)
else:
default_filters, operation, op_field, op_sub_field, limit = (
widget.source_config(
sub_widget=filters.pop("slug", [None])[0], is_live=is_live
)
widget.source_config(sub_widget=sub[0], is_live=is_live)
)

default_filters.update(filters)
Expand Down

0 comments on commit 683c88f

Please sign in to comment.