mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
Snapshots: Remove scenes button from snapshot view (#77997)
This commit is contained in:
parent
7b4bcc86f1
commit
225614a513
@ -196,7 +196,7 @@ export const DashNav = React.memo<Props>((props) => {
|
||||
);
|
||||
}
|
||||
|
||||
if (config.featureToggles.scenes) {
|
||||
if (config.featureToggles.scenes && !dashboard.isSnapshot()) {
|
||||
buttons.push(
|
||||
<DashNavButton
|
||||
key="button-scenes"
|
||||
|
Loading…
Reference in New Issue
Block a user