mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
ESLint: Re-enable rule default-props-match-prop-types (#10868)
* Re-enable rule default-props-match-prop-types * Restore default props and remove isRequired * Remove unused props
This commit is contained in:
committed by
GitHub
parent
a9eab33d64
commit
9f01a7fdf8
@@ -62,9 +62,6 @@ describe('DashboardBuilder', () => {
|
||||
dashboardLayout,
|
||||
deleteTopLevelTabs() {},
|
||||
editMode: false,
|
||||
showBuilderPane() {},
|
||||
setColorSchemeAndUnsavedChanges() {},
|
||||
colorScheme: undefined,
|
||||
handleComponentDrop() {},
|
||||
setDirectPathToChild: sinon.spy(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user