This is an automated email from the ASF dual-hosted git repository. erikrit pushed a commit to branch etr2460-patch-6 in repository https://gitbox.apache.org/repos/asf/superset.git
commit fa073ff2232496fff7e368b5477dcc13edcae95e Author: Erik Ritter <[email protected]> AuthorDate: Tue Apr 26 20:00:57 2022 -0700 fix: Update eslint error message to reflect location of antd components --- superset-frontend/.eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/.eslintrc.js b/superset-frontend/.eslintrc.js index facd3431f4..d4751c18ce 100644 --- a/superset-frontend/.eslintrc.js +++ b/superset-frontend/.eslintrc.js @@ -247,7 +247,7 @@ module.exports = { { name: 'antd', message: - 'Please import Ant components from the index of common/components', + 'Please import Ant components from the index of src/components', }, { name: '@superset-ui/core',
