Fixes scroll of datasource modal (#1804)

This commit is contained in:
Gandharv 2022-01-12 23:08:59 +05:30 committed by GitHub
parent e96313198a
commit f48c2fd2b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,7 +174,6 @@ class DataSourceManager extends React.Component {
show={this.props.showDataSourceManagerModal}
size={selectedDataSource ? 'lg' : 'xl'}
onEscapeKeyDown={this.hideModal}
className="mt-5"
contentClassName={this.props.darkMode ? 'theme-dark' : ''}
animation={false}
onExit={this.onExit}