Skip to content

Commit

Permalink
fix: add/find owners from report/alert modal (#18971)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo committed Feb 28, 2022
1 parent 85f0715 commit 7e336d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ const AlertReportModal: FunctionComponent<AlertReportModalProps> = ({
page_size: pageSize,
});
return SupersetClient.get({
endpoint: `/api/v1/report/related/owners?q=${query}`,
endpoint: `/api/v1/report/related/created_by?q=${query}`,
}).then(response => ({
data: response.json.result.map(
(item: { value: number; text: string }) => ({
Expand Down

0 comments on commit 7e336d1

Please sign in to comment.