Skip to content

Commit

Permalink
passing value in return of cross data
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanJaeger committed Aug 23, 2024
1 parent 0cb595e commit ebeb2f0
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 @@ -158,7 +158,7 @@ def cross_source_data_operation(
operator = widget.config.get("operator")

result = calculator(subwidget_1_data, subwidget_2_data, operator).evaluate()
return {"result": result}
return {"value": result}


def get_source_data_from_widget(
Expand Down

0 comments on commit ebeb2f0

Please sign in to comment.