Snapshots: Remove scenes button from snapshot view (#77997)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user