none-scene

This commit is contained in:
Kristina Demeshchik
2026-01-13 13:45:19 -05:00
parent 2ce207d69b
commit 8b13f90cbe
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -2657,11 +2657,6 @@
"count": 1
}
},
"public/app/features/inspector/InspectJSONTab.tsx": {
"no-restricted-syntax": {
"count": 1
}
},
"public/app/features/inspector/InspectStatsTab.tsx": {
"@grafana/no-aria-label-selectors": {
"count": 1
@@ -125,7 +125,7 @@ export function InspectJSONTab({ panel, dashboard, data, onClose }: Props) {
return (
<div className={styles.wrap}>
<div className={styles.toolbar} data-testid={selectors.components.PanelInspector.Json.content}>
<Field label={t('dashboard.inspect-json.select-source', 'Select source')} className="flex-grow-1">
<Field label={t('dashboard.inspect-json.select-source', 'Select source')} className="flex-grow-1" noMargin>
<Select
inputId="select-source-dropdown"
options={jsonOptions}