DashboardScene: Support detecting and ignoring variable value changes (#81448)

* DashboardScene: Saving and ignoring variable value changes

* Update
This commit is contained in:
Torkel Ödegaard
2024-01-29 17:45:18 +01:00
committed by GitHub
parent 1b155a02fd
commit 2ce81c1a52
6 changed files with 190 additions and 50 deletions
+4
View File
@@ -2401,6 +2401,10 @@ exports[`better eslint`] = {
[0, 0, 0, "Use data-testid for E2E selectors instead of aria-label", "0"],
[0, 0, 0, "Use data-testid for E2E selectors instead of aria-label", "1"]
],
"public/app/features/dashboard-scene/saving/getSaveDashboardChange.ts:5381": [
[0, 0, 0, "Do not use any type assertions.", "0"],
[0, 0, 0, "Do not use any type assertions.", "1"]
],
"public/app/features/dashboard-scene/saving/shared.tsx:5381": [
[0, 0, 0, "Use data-testid for E2E selectors instead of aria-label", "0"]
],