Skip to content

Commit f48c2fd

Browse files
authored
Fixes scroll of datasource modal (ToolJet#1804)
1 parent e963131 commit f48c2fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/Editor/DataSourceManager/DataSourceManager.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ class DataSourceManager extends React.Component {
174174
show={this.props.showDataSourceManagerModal}
175175
size={selectedDataSource ? 'lg' : 'xl'}
176176
onEscapeKeyDown={this.hideModal}
177-
className="mt-5"
178177
contentClassName={this.props.darkMode ? 'theme-dark' : ''}
179178
animation={false}
180179
onExit={this.onExit}

0 commit comments

Comments
 (0)