mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
chore: Removes unused vars (#20194)
* chore: Removes unused vars * Fixes lint * Disables no-unused-vars for the operators
This commit is contained in:
committed by
GitHub
parent
0a50a9b380
commit
d6f9fb5af1
@@ -1275,7 +1275,6 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({
|
||||
}
|
||||
conf={conf}
|
||||
testConnection={testConnection}
|
||||
isEditMode={isEditMode}
|
||||
testInProgress={testInProgress}
|
||||
/>
|
||||
{isDynamic(db?.backend || db?.engine) && !isEditMode && (
|
||||
|
||||
Reference in New Issue
Block a user