mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
includes the integration of marketplace plugins into all global datasources, thereby enabling the searchability of marketplace plugins.
This commit is contained in:
parent
0a366f00df
commit
fc6c0ca043
1 changed files with 6 additions and 1 deletions
|
|
@ -401,7 +401,12 @@ class DataSourceManagerComponent extends React.Component {
|
|||
{
|
||||
type: 'All Datasources',
|
||||
key: '#alldatasources',
|
||||
list: [...allDataSourcesList.databases, ...allDataSourcesList.apis, ...allDataSourcesList.cloudStorages],
|
||||
list: [
|
||||
...allDataSourcesList.databases,
|
||||
...allDataSourcesList.apis,
|
||||
...allDataSourcesList.cloudStorages,
|
||||
...allDataSourcesList.plugins,
|
||||
],
|
||||
renderDatasources: () => this.renderCardGroup(allDataSourcesList, 'All Datasources'),
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue