DataSourcePicker: remove default property from data source variable selection (#73314)

This commit is contained in:
Ezequiel Victorero 2023-08-18 07:42:55 -05:00 committed by GitHub
parent 3aae7b089e
commit 993f5491a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,6 +261,7 @@ export class DatasourceSrv implements DataSourceService {
const key = `$\{${variable.name}\}`;
base.push({
...dsSettings,
isDefault: false,
name: key,
uid: key,
});