We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e963131 commit f48c2fdCopy full SHA for f48c2fd
frontend/src/Editor/DataSourceManager/DataSourceManager.jsx
@@ -174,7 +174,6 @@ class DataSourceManager extends React.Component {
174
show={this.props.showDataSourceManagerModal}
175
size={selectedDataSource ? 'lg' : 'xl'}
176
onEscapeKeyDown={this.hideModal}
177
- className="mt-5"
178
contentClassName={this.props.darkMode ? 'theme-dark' : ''}
179
animation={false}
180
onExit={this.onExit}
0 commit comments