You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ji...@apache.org on 2019/04/16 21:33:32 UTC

[incubator-pinot] branch master updated: [TE] frontend - harleyjj/preview - fix preview error notification toast (#4123)

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

jihao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 45521f8  [TE] frontend - harleyjj/preview - fix preview error notification toast (#4123)
45521f8 is described below

commit 45521f8da88e31418a78d8fb652b9d45ccca9a5e
Author: Harley Jackson <ha...@gmail.com>
AuthorDate: Tue Apr 16 14:33:28 2019 -0700

    [TE] frontend - harleyjj/preview - fix preview error notification toast (#4123)
---
 .../thirdeye-frontend/app/pods/components/alert-details/component.js    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdeye/thirdeye-frontend/app/pods/components/alert-details/component.js b/thirdeye/thirdeye-frontend/app/pods/components/alert-details/component.js
index 9eeffc6..52067a8 100644
--- a/thirdeye/thirdeye-frontend/app/pods/components/alert-details/component.js
+++ b/thirdeye/thirdeye-frontend/app/pods/components/alert-details/component.js
@@ -567,7 +567,7 @@ export default Component.extend({
         });
       }
     } catch (error) {
-      notifications.error(error.body.message, toastOptions);
+      notifications.error(error.body.message, 'Error', toastOptions);
     }
 
     return {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org