Skip to content

Commit

Permalink
feat: fix op_field name
Browse files Browse the repository at this point in the history
  • Loading branch information
helllllllder committed Jun 28, 2024
1 parent 156161c commit 354c130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insights/widgets/usecases/get_source_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_source_data_from_widget(
default_filters["tags"] = tags.split(",")

if op_field:
query_kwargs["field_name"] = op_field
query_kwargs["op_field"] = op_field
if limit:
query_kwargs["limit"] = limit

Expand Down

0 comments on commit 354c130

Please sign in to comment.