You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by cc...@apache.org on 2018/11/09 02:26:59 UTC

[incubator-superset] branch chris--save-dash-fix updated: [dashboard] remove bracket in error message

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

ccwilliams pushed a commit to branch chris--save-dash-fix
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/chris--save-dash-fix by this push:
     new 513bf7c  [dashboard] remove bracket in error message
513bf7c is described below

commit 513bf7c2e05321b7f45d28f5b22ebc00ed9daa6c
Author: Chris Williams <ch...@airbnb.com>
AuthorDate: Thu Nov 8 18:26:41 2018 -0800

    [dashboard] remove bracket in error message
---
 superset/assets/src/dashboard/actions/dashboardState.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/assets/src/dashboard/actions/dashboardState.js b/superset/assets/src/dashboard/actions/dashboardState.js
index 2dde47a..1afb4a5 100644
--- a/superset/assets/src/dashboard/actions/dashboardState.js
+++ b/superset/assets/src/dashboard/actions/dashboardState.js
@@ -148,7 +148,7 @@ export function saveDashboardRequest(data, id, saveType) {
             addDangerToast(
               `${t(
                 'Sorry, there was an error saving this dashboard: ',
-              )} ${error}}`,
+              )} ${error}`,
             ),
           ),
         ),