mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
Merge pull request #12317 from grafana/12278_snapshot_annotations
Copy correct annotation props when creating a snapshot
This commit is contained in:
commit
9271e48513
@ -123,6 +123,9 @@ export class ShareSnapshotCtrl {
|
||||
enable: annotation.enable,
|
||||
iconColor: annotation.iconColor,
|
||||
snapshotData: annotation.snapshotData,
|
||||
type: annotation.type,
|
||||
builtIn: annotation.builtIn,
|
||||
hide: annotation.hide,
|
||||
};
|
||||
})
|
||||
.value();
|
||||
|
Loading…
Reference in New Issue
Block a user