mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 09:33:34 -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}\}`;
|
const key = `$\{${variable.name}\}`;
|
||||||
base.push({
|
base.push({
|
||||||
...dsSettings,
|
...dsSettings,
|
||||||
|
isDefault: false,
|
||||||
name: key,
|
name: key,
|
||||||
uid: key,
|
uid: key,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user