+
+
+
+
+
+ {/* TODO: Make the component use persisted model */}
+ {/* {config.featureToggles.dashgpt && (
+
+ )} */}
+
+ }
+ >
+ ) => model.onTitleChange(e.target.value)}
+ />
+
+
+
+
+ {/* {config.featureToggles.dashgpt && (
+
+ )} */}
+
+ }
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {/* @todo: Update "Graph tooltip" description to remove prompt about reloading when resolving #46581 */}
+
+
+
+
+
+
+ {meta.canDelete && }
+
+ {overlay && }
+
+ );
+ };
+}
diff --git a/public/app/features/dashboard-scene/settings/VariablesEditView.tsx b/public/app/features/dashboard-scene/settings/VariablesEditView.tsx
index 7a66b4bf070..60a02a431b0 100644
--- a/public/app/features/dashboard-scene/settings/VariablesEditView.tsx
+++ b/public/app/features/dashboard-scene/settings/VariablesEditView.tsx
@@ -7,7 +7,6 @@ import { Page } from 'app/core/components/Page/Page';
import { NavToolbarActions } from '../scene/NavToolbarActions';
import { getDashboardSceneFor } from '../utils/utils';
-import { GeneralSettingsEditView } from './GeneralSettings';
import { DashboardEditView, DashboardEditViewState, useDashboardEditPageNav } from './utils';
export interface VariablesEditViewState extends DashboardEditViewState {}
@@ -17,7 +16,7 @@ export class VariablesEditView extends SceneObjectBase