This is an automated email from the ASF dual-hosted git repository. rusackas pushed a commit to branch eslint-cleanup in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/eslint-cleanup by this push: new 76cbcd863c fix import 76cbcd863c is described below commit 76cbcd863c3f2d378ee17d25997479f695571628 Author: Evan Rusackas <e...@rusackas.com> AuthorDate: Fri Apr 11 08:58:39 2025 -0600 fix import --- superset-frontend/package-lock.json | 2 +- superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 58b44edbc0..42768515c3 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -50875,7 +50875,7 @@ "version": "0.20.3", "license": "Apache-2.0", "dependencies": { - "@types/react-redux": "^7.1.10", + "@types/react-redux": "^7.1.34", "d3-array": "^1.2.0", "dayjs": "^1.11.13", "lodash": "^4.17.21" diff --git a/superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx b/superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx index dc21f17577..c355a657ef 100644 --- a/superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx +++ b/superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx @@ -19,7 +19,7 @@ import { useState } from 'react'; import { t, useTheme } from '@superset-ui/core'; import { Tooltip } from 'src/components/Tooltip'; -import Modal from 'src/components/Modal/Modal'; +import Modal from 'src/components/Modal'; import { Icons } from 'src/components/Icons'; import Alert from 'src/components/Alert';