Skip to content

Commit

Permalink
Include user to infinite scenarios request
Browse files Browse the repository at this point in the history
  • Loading branch information
barbara-chaves authored and andresgnlez committed Feb 27, 2023
1 parent 1801cf0 commit 1cf7b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/containers/analysis-sidebar/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const ScenariosComponent: React.FC<{ scrollref?: MutableRefObject<HTMLDivElement
sort: sort as string,
'page[size]': 10,
'search[title]': searchTerm,
include: 'scenarioInterventions',
include: 'scenarioInterventions,user',
hasActiveInterventions: true,
});

Expand Down

0 comments on commit 1cf7b74

Please sign in to comment.