mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
DataSourcePicker: remove default property from data source variable selection (#73314)
This commit is contained in:
parent
3aae7b089e
commit
993f5491a2
@ -261,6 +261,7 @@ export class DatasourceSrv implements DataSourceService {
|
||||
const key = `$\{${variable.name}\}`;
|
||||
base.push({
|
||||
...dsSettings,
|
||||
isDefault: false,
|
||||
name: key,
|
||||
uid: key,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user