fix(ExtensionManager): getDataSources method (#4959)
This commit is contained in:
parent
5a9fcd4bf0
commit
66a16cd22f
@ -371,7 +371,7 @@ export default class ExtensionManager extends PubSubService {
|
|||||||
};
|
};
|
||||||
|
|
||||||
getDataSources = dataSourceName => {
|
getDataSources = dataSourceName => {
|
||||||
if (dataSourceName === undefined) {
|
if (!dataSourceName) {
|
||||||
// Default to the activeDataSource
|
// Default to the activeDataSource
|
||||||
dataSourceName = this.activeDataSourceName;
|
dataSourceName = this.activeDataSourceName;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user