mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
fix: removed app version id for global data sources (#12668)
This commit is contained in:
parent
7bf2c3ae36
commit
09040c3ec1
1 changed files with 0 additions and 2 deletions
|
|
@ -1214,7 +1214,6 @@ export class AppImportExportService {
|
|||
name: dataSource.name,
|
||||
kind: dataSource.kind,
|
||||
type: DataSourceTypes.DEFAULT,
|
||||
appVersionId,
|
||||
scope: 'global',
|
||||
pluginId: plugin.id,
|
||||
});
|
||||
|
|
@ -1230,7 +1229,6 @@ export class AppImportExportService {
|
|||
name: dataSource.name,
|
||||
kind: dataSource.kind,
|
||||
type: DataSourceTypes.DEFAULT,
|
||||
appVersionId,
|
||||
scope: 'global',
|
||||
pluginId: null,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue