This is an automated email from the ASF dual-hosted git repository. diegopucci pushed a commit to branch diego/ch78628/fix-disabled-ssh-toggle in repository https://gitbox.apache.org/repos/asf/superset.git
commit 0f73196d7ebabc53717d730be57f8cd26d0db0ee Author: geido <[email protected]> AuthorDate: Fri Feb 16 16:16:55 2024 +0200 Lint --- superset-frontend/src/features/databases/DatabaseModal/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/superset-frontend/src/features/databases/DatabaseModal/index.tsx b/superset-frontend/src/features/databases/DatabaseModal/index.tsx index 46b090f465..6957e21af3 100644 --- a/superset-frontend/src/features/databases/DatabaseModal/index.tsx +++ b/superset-frontend/src/features/databases/DatabaseModal/index.tsx @@ -23,7 +23,6 @@ import { FeatureFlag, isFeatureEnabled, getExtensionsRegistry, - SupersetClient, } from '@superset-ui/core'; import React, { FunctionComponent,
