You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gr...@apache.org on 2022/02/28 23:16:57 UTC

[superset] branch master updated: fix: add/find owners from report/alert modal (#18971)

This is an automated email from the ASF dual-hosted git repository.

graceguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e336d1  fix: add/find owners from report/alert modal (#18971)
7e336d1 is described below

commit 7e336d1230ca8333afc3e5be7780bc962cbf8478
Author: Grace Guo <gr...@airbnb.com>
AuthorDate: Mon Feb 28 15:15:15 2022 -0800

    fix: add/find owners from report/alert modal (#18971)
---
 superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx b/superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx
index 2934c3c..4f40d66 100644
--- a/superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx
+++ b/superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx
@@ -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 }) => ({