Skip to content

Commit

Permalink
fix: ignore scope in beacon network
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfk committed Feb 7, 2025
1 parent 021f516 commit d90cfb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const BeaconQueryFormUi = ({
query: { requestParameters: { g_variant: query }, filters: payloadFilters },
bento: { showSummaryStatistics: true },
};
if (scope.dataset) {
if (scope.dataset && !isNetworkQuery) {
payload['query']['datasets'] = { datasetIds: [scope.dataset] };
}
return payload;
Expand Down

0 comments on commit d90cfb6

Please sign in to comment.