Dashboard scene: Ignore repeat row process for non multi variables. (#90107)

* Ignore row repeat process for non multi value variables

* Reverse if statement to avoid non needed negation
This commit is contained in:
Oscar Kilhed
2024-07-05 15:12:06 +02:00
committed by GitHub
parent 7111c52e4c
commit 1f90784a83
3 changed files with 33 additions and 2 deletions

View File

@@ -2882,6 +2882,9 @@ exports[`better eslint`] = {
"public/app/features/dashboard-scene/scene/PanelMenuBehavior.tsx:5381": [
[0, 0, 0, "Do not use any type assertions.", "0"]
],
"public/app/features/dashboard-scene/scene/RowRepeaterBehavior.ts:5381": [
[0, 0, 0, "Do not use any type assertions.", "0"]
],
"public/app/features/dashboard-scene/scene/Scopes/ScopesInput.tsx:5381": [
[0, 0, 0, "Do not use any type assertions.", "0"]
],