You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2019/12/17 19:18:26 UTC

[incubator-superset] 03/03: Lint

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

beto pushed a commit to branch VIZ-1230
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit 618aee944e56b5ae9be7c74a2acb93fbcb70bd98
Author: Beto Dealmeida <ro...@dealmeida.net>
AuthorDate: Tue Dec 17 11:18:05 2019 -0800

    Lint
---
 superset/assets/src/welcome/DashboardTable.jsx | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/superset/assets/src/welcome/DashboardTable.jsx b/superset/assets/src/welcome/DashboardTable.jsx
index 28f670e..079fd0e 100644
--- a/superset/assets/src/welcome/DashboardTable.jsx
+++ b/superset/assets/src/welcome/DashboardTable.jsx
@@ -50,7 +50,9 @@ class DashboardTable extends React.PureComponent {
       .catch(response => {
         if (response.status === 401) {
           this.props.addDangerToast(
-            t("You don't have the necessary permissions to load dashboards. Please contact your administrator."),
+            t(
+              "You don't have the necessary permissions to load dashboards. Please contact your administrator.",
+            ),
           );
         } else {
           this.props.addDangerToast(