DataSourcePicker: remove default property from data source variable selection (#73314)
This commit is contained in:
@@ -261,6 +261,7 @@ export class DatasourceSrv implements DataSourceService {
|
||||
const key = `$\{${variable.name}\}`;
|
||||
base.push({
|
||||
...dsSettings,
|
||||
isDefault: false,
|
||||
name: key,
|
||||
uid: key,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user