This is an automated email from the ASF dual-hosted git repository.
enzomartellucci pushed a commit to branch enxdev/refactor/antd5/create-wrappers
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to
refs/heads/enxdev/refactor/antd5/create-wrappers by this push:
new 0ffe6f37c4 fix RTL DashboardBuilder.test.tsx
0ffe6f37c4 is described below
commit 0ffe6f37c49b5bc1f1f6a6e183f6c465f37a4c1b
Author: Enzo Martellucci <[email protected]>
AuthorDate: Thu Mar 27 23:53:58 2025 +0100
fix RTL DashboardBuilder.test.tsx
---
superset-frontend/src/dashboard/components/Header/index.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset-frontend/src/dashboard/components/Header/index.jsx
b/superset-frontend/src/dashboard/components/Header/index.jsx
index 35aa0809c4..2128eeb3a3 100644
--- a/superset-frontend/src/dashboard/components/Header/index.jsx
+++ b/superset-frontend/src/dashboard/components/Header/index.jsx
@@ -37,7 +37,7 @@ import {
LOG_ACTIONS_TOGGLE_EDIT_DASHBOARD,
} from 'src/logger/LogUtils';
import Icons from 'src/components/Icons';
-import { Button } from 'src/components/';
+import Button from 'src/components/Button';
import { findPermission } from 'src/utils/findPermission';
import { Tooltip } from 'src/components/Tooltip';
import { safeStringify } from 'src/utils/safeStringify';