mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Fixes scroll of datasource modal (#1804)
This commit is contained in:
parent
e96313198a
commit
f48c2fd2b9
1 changed files with 0 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue