From c33d49ecabe1d44d3fd1f8a98b03831eee659de7 Mon Sep 17 00:00:00 2001 From: "JUST.in DO IT" Date: Tue, 17 Sep 2024 10:16:56 -0700 Subject: [PATCH] fix(dashboard): invalid button style in undo/redo button (#30273) --- superset-frontend/src/dashboard/components/Header/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superset-frontend/src/dashboard/components/Header/index.jsx b/superset-frontend/src/dashboard/components/Header/index.jsx index 0c5b7a3dc73..9afaf5534ca 100644 --- a/superset-frontend/src/dashboard/components/Header/index.jsx +++ b/superset-frontend/src/dashboard/components/Header/index.jsx @@ -575,7 +575,7 @@ class Header extends PureComponent { title={t('Undo the action')} > @@ -595,7 +595,7 @@ class Header extends PureComponent { title={t('Redo the action')} >