mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
snapshot: copy correct props when creating a snapshot
This commit is contained in:
parent
ab9f0e8edd
commit
a738347957
@ -123,6 +123,9 @@ export class ShareSnapshotCtrl {
|
|||||||
enable: annotation.enable,
|
enable: annotation.enable,
|
||||||
iconColor: annotation.iconColor,
|
iconColor: annotation.iconColor,
|
||||||
snapshotData: annotation.snapshotData,
|
snapshotData: annotation.snapshotData,
|
||||||
|
type: annotation.type,
|
||||||
|
builtIn: annotation.builtIn,
|
||||||
|
hide: annotation.hide,
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
.value();
|
.value();
|
||||||
|
Loading…
Reference in New Issue
Block a user